Package com.chillycheesy.modulo.event
Class DebugLogEvent
java.lang.Object
com.chillycheesy.modulo.events.Event
com.chillycheesy.modulo.event.LogEvent
com.chillycheesy.modulo.event.DebugLogEvent
- All Implemented Interfaces:
Cancelable
Event emitted when a debug 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
-
DebugLogEvent
Create a new DebugLogEvent.- Parameters:
message
- The message to log.
-