public interface AlertService
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
|
void createAlert(VitamLogLevel level, String message)
level
- message
- void createAlert(String message)
message
- Copyright © 2018 Vitam. All rights reserved.