Uses of Enum Class
de.iip_ecosphere.platform.support.logging.LogLevel
Packages that use LogLevel
Package
Description
Logging interface, factory and basic implementation to release dependency on slf4j, log4j which may be put
into plugins.
-
Uses of LogLevel in de.iip_ecosphere.platform.support.logging
Fields in de.iip_ecosphere.platform.support.logging declared as LogLevelModifier and TypeFieldDescriptionprivate LogLevelFallbackLogger.levelprivate static final LogLevelLoggerFactory.LEVELMethods in de.iip_ecosphere.platform.support.logging that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelLogLevel.getDefault()Returns the default logging level.FallbackLogger.getLevel()Returns the log level.Logger.getLevel()Returns the log level.static 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.iip_ecosphere.platform.support.logging with parameters of type LogLevelModifier and TypeMethodDescriptionprivate voidFallbackLogger.emit(LogLevel level, String msg, Throwable th, PrintStream out) Emits the given messagemsgwith no argument, possibly with the given throwableth.voidFinally emits the log message.private booleanReturns whether the given level is enabled.booleanReturns if this level is enabled ifconfiguredis given as logger level.private voidFallbackLogger.log(LogLevel level, String msg, Throwable th, PrintStream out) Logs the given messagemsgwith no argument, possibly with the given throwablethiflevelis enabled.default voidLog a message at the given level.default voidLog a message at the given level.default voidLog a message at the given level.default voidLog a message at the given level.default voidLog a message at the given level.private voidFallbackLogger.logArgs(LogLevel level, String format, PrintStream out, Object arg) Logs with one argument iflevelis enabled.private voidFallbackLogger.logArgs(LogLevel level, String format, PrintStream out, Object[] args) Logs with arbitrary arguments iflevelis enabled.private voidLogs with two arguments iflevelis enabled.booleanbooleanSets the log level.Method parameters in de.iip_ecosphere.platform.support.logging with type arguments of type LogLevelModifier and TypeMethodDescriptionvoidILoggerFactory.initialLevels(Map<String, LogLevel> levels) Sets the initial levels to be considered when creating loggers if supported.