public class AlertServiceImpl extends Object implements AlertService
| Constructor and Description |
|---|
AlertServiceImpl() |
AlertServiceImpl(VitamLogger lOGGER) |
| Modifier and Type | Method and Description |
|---|---|
void |
createAlert(String message)
Create an alert with the specified message and level INFO
|
void |
createAlert(VitamLogLevel level,
String message)
Create an alert with the specified message and level
|
public AlertServiceImpl()
public AlertServiceImpl(VitamLogger lOGGER)
public void createAlert(VitamLogLevel level, String message)
AlertServicecreateAlert in interface AlertServicepublic void createAlert(String message)
AlertServicecreateAlert in interface AlertServiceCopyright © 2018 Vitam. All rights reserved.