Package com.chillycheesy.modulo.event
Class WarnLogEvent
java.lang.Object
com.chillycheesy.modulo.events.Event
com.chillycheesy.modulo.event.LogEvent
com.chillycheesy.modulo.event.WarnLogEvent
- All Implemented Interfaces:
Cancelable
Event emitted when a warn log is emit by the
Logger
.- See Also:
LogEvent
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.chillycheesy.modulo.event.LogEvent
equals, getCancelableAction, getMessage, isCanceled, setCancelableAction, setCanceled, setMessage
Methods inherited from class com.chillycheesy.modulo.events.Event
getEmitter, setEmitter
-
Constructor Details
-
WarnLogEvent
Create a new Warn log event.- Parameters:
message
- The info message.
-