|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogConfigurationExt
Extended LogConfiguration interface with additional logging options from "log-extended" options section.
Method Summary | |
---|---|
java.util.Map<java.lang.Integer,LogLevel> |
getLevelsReassignmentMap()
Specifies a log level for log event <eventID> that is different than its default
level, or disables log event <eventID> completely. |
java.lang.Boolean |
isLevelsReassignmentDisabled()
When this option is set to true, the original (default) log level of all log events in the [log-extended] section are restored.This option is useful when you want to use the default levels, but not delete the customization statements. |
Methods inherited from interface com.genesyslab.platform.logging.configuration.LogConfiguration |
---|
getApplicationHost, getApplicationId, getApplicationName, getApplicationType, getMessageFile, getTargets, getTimeUsage, getVerbose |
Method Detail |
---|
java.lang.Boolean isLevelsReassignmentDisabled()
[log-extended]
section are restored.
getLevelsReassignmentMap()
java.util.Map<java.lang.Integer,LogLevel> getLevelsReassignmentMap()
<eventID>
that is different than its default
level, or disables log event <eventID>
completely. If no value is specified, the
log event retains its default level. This option is useful when you want to
customize the log level for selected log events."level-reassign-disable" option
(isLevelsReassignmentDisabled()
).
- See Also:
isLevelsReassignmentDisabled()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |