Package fr.gouv.vitam.common.alert
Interface AlertService
- All Known Implementing Classes:
AlertServiceImpl
public interface AlertService
Interface for securiry alert service.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateAlert(VitamLogLevel level, String message) Create an alert with the specified message and levelvoidcreateAlert(VitamLogLevel level, String message, Throwable cause) / Create an alert with the specified message, level au causevoidcreateAlert(String message) Create an alert with the specified message and level INFO
-
Method Details
-
createAlert
Create an alert with the specified message and level- Parameters:
level-message-
-
createAlert
Create an alert with the specified message and level INFO- Parameters:
message-
-
createAlert
/ Create an alert with the specified message, level au cause
-