Platform SDK Java 8.5 API Reference

com.genesyslab.platform.logging.configuration
Interface LogConfigurationExt

All Superinterfaces:
LogConfiguration
All Known Implementing Classes:
LogConfigurationImpl, LogConfigurationReadOnly

public interface LogConfigurationExt
extends LogConfiguration

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

isLevelsReassignmentDisabled

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.

See Also:
getLevelsReassignmentMap()

getLevelsReassignmentMap

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. 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.
These options can be deactivated with option "level-reassign-disable" option (isLevelsReassignmentDisabled()).

See Also:
isLevelsReassignmentDisabled()

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.