Class InfoLogEvent

All Implemented Interfaces:
Cancelable

public class InfoLogEvent extends LogEvent
Event emitted when a info log is emit by the Logger.
See Also:
LogEvent
  • Constructor Details

    • InfoLogEvent

      public InfoLogEvent(String message)
      Create a new Info log Event.
      Parameters:
      message - The info message.