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 TypeMethodDescriptionvoid
createAlert
(VitamLogLevel level, String message) Create an alert with the specified message and levelvoid
createAlert
(VitamLogLevel level, String message, Throwable cause) / Create an alert with the specified message, level au causevoid
createAlert
(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
-