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 LogLevel
Returns 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 TypeMethodDescriptionboolean
Is the logger instance enabled for the specifiedlevel
?void
Log a message at the specifiedlevel
level.void
Log a message at the specifiedlevel
level according to the specified format and argument.void
Log a message at the specifiedlevel
level according to the specified format and arguments.void
Log a message at the specifiedlevel
level according to the specified format and arguments.void
Log an exception (throwable) at the specifiedlevel
level with an accompanying message.void
Log a message at the specifiedlevel
level according to the specified format and argument supplier.void
Log a message at the specifiedlevel
level according to the specified format and argument suppliers.void
Log a message at the specifiedlevel
level according to the specified format and argument suppliers.void
Log an exception (throwable) at the specifiedlevel
level.