Uses of Enum
org.drasyl.util.logging.LogLevel
Packages that use LogLevel
-
Uses of LogLevel in org.drasyl.util.logging
Methods in org.drasyl.util.logging that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelReturns the enum constant of this type with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drasyl.util.logging with parameters of type LogLevelModifier and TypeMethodDescriptionbooleanIs the logger instance enabled for the specifiedlevel?voidLog a message at the specifiedlevellevel.voidLog a message at the specifiedlevellevel according to the specified format and argument.voidLog a message at the specifiedlevellevel according to the specified format and arguments.voidLog a message at the specifiedlevellevel according to the specified format and arguments.voidLog an exception (throwable) at the specifiedlevellevel with an accompanying message.voidLog a message at the specifiedlevellevel according to the specified format and argument supplier.voidLog a message at the specifiedlevellevel according to the specified format and argument suppliers.voidLog a message at the specifiedlevellevel according to the specified format and argument suppliers.voidLog an exception (throwable) at the specifiedlevellevel.