Uses of Class
de.mhus.lib.core.logging.Log.LEVEL
-
Packages that use Log.LEVEL Package Description de.mhus.lib.core.logging de.mhus.lib.core.system de.mhus.lib.logging de.mhus.lib.logging.level -
-
Uses of Log.LEVEL in de.mhus.lib.core.logging
Fields in de.mhus.lib.core.logging declared as Log.LEVEL Modifier and Type Field Description protected Log.LEVELLogFactory. levelprotected Log.LEVELStreamToLogAdapter. levelMethods in de.mhus.lib.core.logging that return Log.LEVEL Modifier and Type Method Description Log.LEVELLogFactory. getDefaultLevel()Log.LEVELConsoleFactory. getLevel()Log.LEVELPrintWriterLog. getLevel()Log.LEVELLevelMapper. map(Log log, Log.LEVEL level, Object... msg)static Log.LEVELLog.LEVEL. valueOf(String name)Returns the enum constant of this type with the specified name.static Log.LEVEL[]Log.LEVEL. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mhus.lib.core.logging with parameters of type Log.LEVEL Modifier and Type Method Description booleanLog. isLevelEnabled(Log.LEVEL level)Return if the given level is enabled.voidLog. log(Log.LEVEL level, Object... msg)Log.LEVELLevelMapper. map(Log log, Log.LEVEL level, Object... msg)voidLogFactory. setDefaultLevel(Log.LEVEL level)voidConsoleFactory. setLevel(Log.LEVEL level)voidPrintWriterLog. setLevel(Log.LEVEL level)Constructors in de.mhus.lib.core.logging with parameters of type Log.LEVEL Constructor Description StreamToLogAdapter(Log.LEVEL level, PrintStream forward) -
Uses of Log.LEVEL in de.mhus.lib.core.system
Constructors in de.mhus.lib.core.system with parameters of type Log.LEVEL Constructor Description SecureStreamToLogAdapter(Log.LEVEL level, PrintStream forward) -
Uses of Log.LEVEL in de.mhus.lib.logging
Methods in de.mhus.lib.logging that return Log.LEVEL Modifier and Type Method Description Log.LEVELFileLogger. getLevel()Methods in de.mhus.lib.logging with parameters of type Log.LEVEL Modifier and Type Method Description booleanYLogger. isLevelEnabled(Log.LEVEL level)voidYLogger. log(Log.LEVEL level, Object... msg)FileLoggerFileLogger. setLevel(Log.LEVEL level)Constructors in de.mhus.lib.logging with parameters of type Log.LEVEL Constructor Description FileLogger(String name, File file, Log.LEVEL level) -
Uses of Log.LEVEL in de.mhus.lib.logging.level
Methods in de.mhus.lib.logging.level that return Log.LEVEL Modifier and Type Method Description Log.LEVELGeneralMapper. map(Log log, Log.LEVEL level, Object... msg)Log.LEVELThreadBasedMapper. map(Log log, Log.LEVEL level, Object... msg)Log.LEVELThreadMapperConfig. map(Log log, Log.LEVEL level, Object... msg)Methods in de.mhus.lib.logging.level with parameters of type Log.LEVEL Modifier and Type Method Description Log.LEVELGeneralMapper. map(Log log, Log.LEVEL level, Object... msg)Log.LEVELThreadBasedMapper. map(Log log, Log.LEVEL level, Object... msg)Log.LEVELThreadMapperConfig. map(Log log, Log.LEVEL level, Object... msg)
-