|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TargetDescriptor | |
---|---|
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 TargetDescriptor in com.genesyslab.platform.apptemplate.configuration.log |
---|
Subclasses of TargetDescriptor in com.genesyslab.platform.apptemplate.configuration.log | |
---|---|
class |
GFileTargetDescriptor
Base logging target description extension for file logging target type to support filename property. |
Methods in com.genesyslab.platform.apptemplate.configuration.log that return types with arguments of type TargetDescriptor | |
---|---|
java.util.List<TargetDescriptor> |
GAppLoggingOptions.getOutputDescriptors()
Returns normalized list of logging output targets declarations with correspondent log levels including network, stdout, stderr, and log files with their names. |
Uses of TargetDescriptor in com.genesyslab.platform.apptemplate.log4j2 |
---|
Methods in com.genesyslab.platform.apptemplate.log4j2 with parameters of type TargetDescriptor | |
---|---|
protected org.apache.logging.log4j.core.config.Node |
PsdkLog4j2Configuration.createConsoleAppenderConfigNode(org.apache.logging.log4j.core.config.Node parentNode,
TargetDescriptor target)
|
Method parameters in com.genesyslab.platform.apptemplate.log4j2 with type arguments of type TargetDescriptor | |
---|---|
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 |