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