Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.logging.configuration.VerboseLevel

Packages that use VerboseLevel
com.genesyslab.platform.logging.configuration   
com.genesyslab.platform.logging.runtime   
com.genesyslab.platform.logging.runtime.configuration   
com.genesyslab.platform.logging.runtime.targets   
 

Uses of VerboseLevel in com.genesyslab.platform.logging.configuration
 

Methods in com.genesyslab.platform.logging.configuration that return VerboseLevel
 VerboseLevel TargetConfigurationImpl.getVerbose()
          The minimal level of message that can be logged to output.
 VerboseLevel TargetConfiguration.getVerbose()
          Gets the minimal level of message, which can be logged into the output.
 VerboseLevel LogConfigurationImpl.getVerbose()
           
 VerboseLevel LogConfiguration.getVerbose()
          Gets the verbose level of the logger.
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.
 

Methods in com.genesyslab.platform.logging.configuration with parameters of type VerboseLevel
 void TargetConfigurationImpl.setVerbose(VerboseLevel level)
           
 void TargetConfiguration.setVerbose(VerboseLevel level)
          Gets the minimal level of message, which can be logged into the output.
 void LogConfigurationImpl.setVerbose(VerboseLevel verbose)
           
 

Constructors in com.genesyslab.platform.logging.configuration with parameters of type VerboseLevel
FileConfigurationImpl(boolean enabled, VerboseLevel level, java.lang.String filePath)
           
FileConfigurationImpl(boolean enabled, VerboseLevel level, java.lang.String filePath, java.lang.String filter)
           
NetworkTargetConfigurationImpl(boolean isEnabled, VerboseLevel verbose, Buffering buffering, int bufferCapacity, java.lang.String spoolFile, java.lang.Long expire, java.lang.String filter, MessageHeaderFormat fmt)
          Constructor.
NetworkTargetConfigurationImpl(boolean isEnabled, VerboseLevel verbose, Buffering buffering, int bufferCapacity, java.lang.String spoolFile, java.lang.Long expire, java.lang.String filter, MessageHeaderFormat fmt, java.lang.String hdrDelim)
          Constructor.
NetworkTargetConfigurationImpl(boolean isEnabled, VerboseLevel verbose, java.lang.String filter)
           
TargetConfigurationImpl(boolean enabled, VerboseLevel level, java.lang.String filter, MessageHeaderFormat msgHdrformat)
          Constructor.
TargetConfigurationImpl(boolean enabled, VerboseLevel level, java.lang.String filter, MessageHeaderFormat msgHdrformat, java.lang.String msgHdrDelim)
          Constructor.
 

Uses of VerboseLevel in com.genesyslab.platform.logging.runtime
 

Fields in com.genesyslab.platform.logging.runtime with type parameters of type VerboseLevel
static OptionDescriptor<VerboseLevel> OptionsDescriptions.LoggerVerboseOption
           
 

Methods in com.genesyslab.platform.logging.runtime that return VerboseLevel
 VerboseLevel TargetDescriptor.getSupportedVerboseLevel()
           
static VerboseLevel Helpers.getVerboseLevelFromLog(LogLevel level)
           
 

Methods in com.genesyslab.platform.logging.runtime with parameters of type VerboseLevel
static TargetDescriptor Helpers.createOutputDescriptorFromString(java.lang.String value2Parse, VerboseLevel level)
           
 void TargetDescriptor.setVerboseLevel(VerboseLevel level)
           
 void Logger.setVerboseLevel(VerboseLevel level)
           
 

Constructors in com.genesyslab.platform.logging.runtime with parameters of type VerboseLevel
TargetDescriptor(TargetType targetType, VerboseLevel supportedVerboseLevel)
           
 

Uses of VerboseLevel in com.genesyslab.platform.logging.runtime.configuration
 

Methods in com.genesyslab.platform.logging.runtime.configuration that return VerboseLevel
 VerboseLevel TargetConfigurationReadOnly.getVerbose()
          The minimal level of message, which can be logged into the output.
 VerboseLevel LogConfigurationReadOnly.getVerbose()
          Gets the verbose level of the logger.
 VerboseLevel ConfigOptionsAccessor.getVerbose()
           
 

Methods in com.genesyslab.platform.logging.runtime.configuration with parameters of type VerboseLevel
 void TargetConfigurationReadOnly.setVerbose(VerboseLevel level)
           
 

Uses of VerboseLevel in com.genesyslab.platform.logging.runtime.targets
 

Methods in com.genesyslab.platform.logging.runtime.targets that return VerboseLevel
 VerboseLevel BaseTarget.getVerbose()
           
 

Methods in com.genesyslab.platform.logging.runtime.targets with parameters of type VerboseLevel
 void SpooledNetworkTarget.setVerbose(VerboseLevel level)
           
 void BaseTarget.setVerbose(VerboseLevel level)
           
 

Constructors in com.genesyslab.platform.logging.runtime.targets with parameters of type VerboseLevel
BaseTarget(VerboseLevel verbose, Formatter formatter)
           
ConsoleTarget(VerboseLevel level)
           
FileTarget(java.lang.String filename, VerboseLevel level, Formatter formatter)
           
MessageServerTarget(Protocol theProtocol, VerboseLevel level, boolean shouldBeEnabled)
           
 


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.