Uses of Enum
org.drasyl.util.logging.LogLevel
Package
Description
Logs channel events/messages for monitoring purpose.
Logging API (for internal use only).
-
Uses of LogLevel in org.drasyl.handler.monitoring
ModifierConstructorDescriptionSlowReadAwareHandler
(LogLevel level, Class<? extends io.netty.channel.ChannelInboundHandler>... ignores) -
Uses of LogLevel in org.drasyl.util.logging
Modifier 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.Modifier 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 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
Logger.log
(LogLevel level, String format, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5) Log a message at the specifiedlevel
level according to the specified format and arguments.void
Logger.log
(LogLevel level, String format, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6) Log a message at the specifiedlevel
level according to the specified format and arguments.void
Logger.log
(LogLevel level, String format, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6, Object arg7) Log a message at the specifiedlevel
level according to the specified format and arguments.void
Logger.log
(LogLevel level, String format, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6, Object arg7, Object arg8) Log a message at the specifiedlevel
level according to the specified format and arguments.void
Logger.log
(LogLevel level, String format, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6, Object arg7, Object arg8, Object arg9) Log a message at the specifiedlevel
level according to the specified format and arguments.void
Logger.log
(LogLevel level, String format, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6, Object arg7, Object arg8, Object arg9, Object arg10) 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
Logger.log
(LogLevel level, String format, Supplier<Object> supplier1, Supplier<Object> supplier2, Supplier<Object> supplier3) Log a message at the specifiedlevel
level according to the specified format and argument suppliers.void
Logger.log
(LogLevel level, String format, Supplier<Object> supplier1, Supplier<Object> supplier2, Supplier<Object> supplier3, Supplier<Object> supplier4) Log a message at the specifiedlevel
level according to the specified format and argument suppliers.void
Logger.log
(LogLevel level, String format, Supplier<Object> supplier1, Supplier<Object> supplier2, Supplier<Object> supplier3, Supplier<Object> supplier4, Supplier<Object> supplier5) Log a message at the specifiedlevel
level according to the specified format and argument suppliers.void
Logger.log
(LogLevel level, String format, Supplier<Object> supplier1, Supplier<Object> supplier2, Supplier<Object> supplier3, Supplier<Object> supplier4, Supplier<Object> supplier5, Supplier<Object> supplier6) Log a message at the specifiedlevel
level according to the specified format and argument suppliers.void
Logger.log
(LogLevel level, String format, Supplier<Object> supplier1, Supplier<Object> supplier2, Supplier<Object> supplier3, Supplier<Object> supplier4, Supplier<Object> supplier5, Supplier<Object> supplier6, Supplier<Object> supplier7) Log a message at the specifiedlevel
level according to the specified format and argument suppliers.void
Logger.log
(LogLevel level, String format, Supplier<Object> supplier1, Supplier<Object> supplier2, Supplier<Object> supplier3, Supplier<Object> supplier4, Supplier<Object> supplier5, Supplier<Object> supplier6, Supplier<Object> supplier7, Supplier<Object> supplier8) Log a message at the specifiedlevel
level according to the specified format and argument suppliers.void
Logger.log
(LogLevel level, String format, Supplier<Object> supplier1, Supplier<Object> supplier2, Supplier<Object> supplier3, Supplier<Object> supplier4, Supplier<Object> supplier5, Supplier<Object> supplier6, Supplier<Object> supplier7, Supplier<Object> supplier8, Supplier<Object> supplier9) Log a message at the specifiedlevel
level according to the specified format and argument suppliers.void
Logger.log
(LogLevel level, String format, Supplier<Object> supplier1, Supplier<Object> supplier2, Supplier<Object> supplier3, Supplier<Object> supplier4, Supplier<Object> supplier5, Supplier<Object> supplier6, Supplier<Object> supplier7, Supplier<Object> supplier8, Supplier<Object> supplier9, Supplier<Object> supplier10) Log a message at the specifiedlevel
level according to the specified format and argument suppliers.void
Log an exception (throwable) at the specifiedlevel
level.