Uses of Enum Class
de.christofreichardt.diagnosis.LogLevel
Packages that use LogLevel
Package
Description
Provides the basic tracing faclitities.
Contains tracers which log into the local file system.
-
Uses of LogLevel in de.christofreichardt.diagnosis
Methods in de.christofreichardt.diagnosis that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelReturns the enum constant of this class with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.christofreichardt.diagnosis with parameters of type LogLevelModifier and TypeMethodDescriptionprotected abstract voidDerived classes should provide code which routes the given message with the denoted logLevel and class to the desired log system.protected abstract voidDerived classes should provide code which routes the given throwable with the denoted logLevel and class to the desired log system.protected LevelJDKLoggingRouter.convertToJDK14Level(LogLevel logLevel) voidAbstractTracer.logException(LogLevel logLevel, Throwable throwable, Class clazz, String methodName) Logs an exception with the given logLevel and the originating class.final voidDebugLogTee.logException(LogLevel logLevel, Throwable throwable, Class clazz, String methodName) voidJDKLoggingRouter.logException(LogLevel logLevel, Throwable throwable, Class clazz, String methodName) Calls theLoggerfor the given clazz.voidLog4j2Router.logException(LogLevel logLevel, Throwable throwable, Class clazz, String methodName) voidLogbackRouter.logException(LogLevel logLevel, Throwable throwable, Class clazz, String methodName) voidNullTracer.logException(LogLevel logLevel, Throwable throwable, Class clazz, String methodName) Pseudo logException()-method.voidQueueTracer.logException(LogLevel logLevel, Throwable throwable, Class clazz, String methodName) Delegates to the corresponding method of the wrapped tracer.voidAbstractTracer.logMessage(LogLevel logLevel, String message, Class clazz, String methodName) Logs a message with the given logLevel and the originating class.final voidDebugLogTee.logMessage(LogLevel logLevel, String message, Class clazz, String methodName) voidJDKLoggingRouter.logMessage(LogLevel logLevel, String message, Class clazz, String methodName) Calls theLoggerfor the given clazz.voidLog4j2Router.logMessage(LogLevel logLevel, String message, Class clazz, String methodName) voidLogbackRouter.logMessage(LogLevel logLevel, String message, Class clazz, String methodName) voidNullTracer.logMessage(LogLevel logLevel, String message, Class clazz, String methodName) Pseudo logMessage()-method.voidQueueTracer.logMessage(LogLevel logLevel, String message, Class clazz, String methodName) Delegates to the corresponding method of the wrapped tracer. -
Uses of LogLevel in de.christofreichardt.diagnosis.file
Methods in de.christofreichardt.diagnosis.file with parameters of type LogLevelModifier and TypeMethodDescriptionvoidFileTracer.logException(LogLevel logLevel, Throwable throwable, Class clazz, String methodName) voidFileTracer.logMessage(LogLevel logLevel, String message, Class clazz, String methodName)