Uses of Class
me.legrange.log.Level
-
Packages that use Level Package Description me.legrange.log -
-
Uses of Level in me.legrange.log
Methods in me.legrange.log that return Level Modifier and Type Method Description LevelEvent. getLevel()Get the log level at which this event is loggedstatic LevelLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static Level[]Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.legrange.log with parameters of type Level Modifier and Type Method Description static voidLog. setDefaultLevel(Level level)Set the default logging level.static voidLog. setLevel(String name, Level level)Set the log level for the given name.static voidLog. setLevel(Level level)Set the log level for the package calling the logger.Constructors in me.legrange.log with parameters of type Level Constructor Description Event(String message, Date timestamp, Level level)Event(String message, Date timestamp, Level level, Throwable throwable)
-