Class LogOnStatusAlert

All Implemented Interfaces:
Alert<Status>, StatusAlert

public class LogOnStatusAlert extends AbstractStatusAlert
The class logs a message on Status 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