Uses of Enum
org.drasyl.util.logging.LogLevel
Packages that use LogLevel
Package
Description
Logs channel events/messages for monitoring purpose.
Logging API (for internal use only).
-
Uses of LogLevel in org.drasyl.handler.monitoring
Constructors in org.drasyl.handler.monitoring with parameters of type LogLevelModifierConstructorDescriptionSlowReadAwareHandler(LogLevel level, Class<? extends io.netty.channel.ChannelInboundHandler>... ignores) -
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 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.voidLogger.log(LogLevel level, String format, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5) Log a message at the specifiedlevellevel according to the specified format and arguments.voidLogger.log(LogLevel level, String format, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6) Log a message at the specifiedlevellevel according to the specified format and arguments.voidLogger.log(LogLevel level, String format, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6, Object arg7) Log a message at the specifiedlevellevel according to the specified format and arguments.voidLogger.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 specifiedlevellevel according to the specified format and arguments.voidLogger.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 specifiedlevellevel according to the specified format and arguments.voidLogger.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 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.voidLogger.log(LogLevel level, String format, Supplier<Object> supplier1, Supplier<Object> supplier2, Supplier<Object> supplier3) Log a message at the specifiedlevellevel according to the specified format and argument suppliers.voidLogger.log(LogLevel level, String format, Supplier<Object> supplier1, Supplier<Object> supplier2, Supplier<Object> supplier3, Supplier<Object> supplier4) Log a message at the specifiedlevellevel according to the specified format and argument suppliers.voidLogger.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 specifiedlevellevel according to the specified format and argument suppliers.voidLogger.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 specifiedlevellevel according to the specified format and argument suppliers.voidLogger.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 specifiedlevellevel according to the specified format and argument suppliers.voidLogger.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 specifiedlevellevel according to the specified format and argument suppliers.voidLogger.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 specifiedlevellevel according to the specified format and argument suppliers.voidLogger.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 specifiedlevellevel according to the specified format and argument suppliers.voidLog an exception (throwable) at the specifiedlevellevel.