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
public class LogOnStatusAlert extends AbstractStatusAlert
-
Constructor Summary
Constructors Constructor Description LogOnStatusAlert()
Default constructor which LOG with WARNLogOnStatusAlert(org.slf4j.event.Level level)
Additional constructor which uses the specified level to LOG -
Method Summary
-
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
-