|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LmsBasedLogLevel | |
---|---|
com.genesyslab.platform.logging.runtime | |
com.genesyslab.platform.logging.utilities |
Uses of LmsBasedLogLevel in com.genesyslab.platform.logging.runtime |
---|
Methods in com.genesyslab.platform.logging.runtime with parameters of type LmsBasedLogLevel | |
---|---|
static LogLevel |
Helpers.getLogLevel(LmsBasedLogLevel lmsBasedLogLevel)
|
Uses of LmsBasedLogLevel in com.genesyslab.platform.logging.utilities |
---|
Methods in com.genesyslab.platform.logging.utilities that return LmsBasedLogLevel | |
---|---|
LmsBasedLogLevel |
LmsMessageTemplate.getLevel()
Gets the Verbose of template message. |
static LmsBasedLogLevel |
LmsBasedLogLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LmsBasedLogLevel[] |
LmsBasedLogLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.genesyslab.platform.logging.utilities with parameters of type LmsBasedLogLevel | |
---|---|
void |
LmsMessageTemplate.setLevel(LmsBasedLogLevel level)
Sets the Verbose of template message. |
Constructors in com.genesyslab.platform.logging.utilities with parameters of type LmsBasedLogLevel | |
---|---|
LmsMessageTemplate(int id,
LmsBasedLogLevel level,
java.lang.String name,
java.lang.String format)
constructor which initializes the properties with passed values. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |