Package me.legrange.log
Class Event
- java.lang.Object
-
- me.legrange.log.Event
-
public final class Event extends Object
A log entry- Author:
- gideon1
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LevelgetLevel()Get the log level at which this event is loggedStringgetMessage()Get the logged messageOptional<Throwable>getThrowable()Get the exception associated with this event if there is one.DategetTimestamp()Get the timestamp of the logged event
-