Package eu.europa.esig.dss.alert
Class LogOnStatusAlert
java.lang.Object
eu.europa.esig.dss.alert.AbstractAlert<Status>
eu.europa.esig.dss.alert.AbstractStatusAlert
eu.europa.esig.dss.alert.LogOnStatusAlert
- All Implemented Interfaces:
Alert<Status>
,StatusAlert
The class logs a message on
Status
alert-
Constructor Summary
ConstructorDescriptionDefault constructor which LOG with WARNLogOnStatusAlert
(org.slf4j.event.Level level) Additional constructor which uses the specified level to LOG -
Method Summary
Methods inherited from class eu.europa.esig.dss.alert.AbstractAlert
alert
-
Constructor Details
-
LogOnStatusAlert
public LogOnStatusAlert()Default constructor which LOG with WARN -
LogOnStatusAlert
public LogOnStatusAlert(org.slf4j.event.Level level) Additional constructor which uses the specified level to LOG- Parameters:
level
- the log level to be used
-