Uses of Class
lumis.util.log.ILogger.Level
-
Packages that use ILogger.Level Package Description lumis.portal.lptf.cluster.command lumis.util.log -
-
Uses of ILogger.Level in lumis.portal.lptf.cluster.command
Constructors in lumis.portal.lptf.cluster.command with parameters of type ILogger.Level Constructor Description LptfLogCommand(String logMessage, ILogger.Level logLevel)
-
Uses of ILogger.Level in lumis.util.log
Methods in lumis.util.log that return ILogger.Level Modifier and Type Method Description ILogger.Level
ILogger. getLevel()
Returns the current minimum logging level logged by this instance.ILogger.Level
Log4JLoggerWrapper. getLevel()
static ILogger.Level
ILogger.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static ILogger.Level[]
ILogger.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.util.log with parameters of type ILogger.Level Modifier and Type Method Description void
ILogger. setLevel(ILogger.Level level)
Sets the minimum logging level logged by this logger instance.void
Log4JLoggerWrapper. setLevel(ILogger.Level level)
-