|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VerboseLevel | |
---|---|
com.genesyslab.platform.apptemplate.configuration.log | Dedicated package for CME Application Logging Options configuration support. |
com.genesyslab.platform.apptemplate.log4j2 | This package contains a set of AppTemplate classes related to Log4j v2 support. |
Uses of VerboseLevel in com.genesyslab.platform.apptemplate.configuration.log |
---|
Fields in com.genesyslab.platform.apptemplate.configuration.log with type parameters of type VerboseLevel | |
---|---|
static LogOptionsDescriptions.OptionDescriptor<VerboseLevel> |
LogOptionsDescriptions.VERBOSE_OPT
Specifies if log output is created, and if so, the minimum level of log events generated. |
Methods in com.genesyslab.platform.apptemplate.configuration.log that return VerboseLevel | |
---|---|
VerboseLevel |
TargetDescriptor.getSupportedVerboseLevel()
Returns verbose level for the log target. |
VerboseLevel |
GAppLoggingOptions.getVerbose()
Returns the verbose configuration option. |
static VerboseLevel |
VerboseLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VerboseLevel[] |
VerboseLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.genesyslab.platform.apptemplate.configuration.log with parameters of type VerboseLevel | |
---|---|
GFileTargetDescriptor(java.lang.String filename,
VerboseLevel supportedVerboseLevel)
The logfile logging target description constructor. |
|
TargetDescriptor(TargetType targetType,
VerboseLevel supportedVerboseLevel)
The target description object constructor. |
Uses of VerboseLevel in com.genesyslab.platform.apptemplate.log4j2 |
---|
Methods in com.genesyslab.platform.apptemplate.log4j2 with parameters of type VerboseLevel | |
---|---|
protected static java.lang.String |
PsdkLog4j2Configuration.logLevelByVerbosity(VerboseLevel level)
|
protected void |
PsdkLog4j2Configuration.setupNewAppenders(java.util.List<TargetDescriptor> targets,
VerboseLevel rootLoggerVerbosity,
org.apache.logging.log4j.core.config.Node appsNode,
java.util.List<org.apache.logging.log4j.core.config.Node> appLoggers)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |