Platform SDK Java 8.5 API Reference

com.genesyslab.platform.logging.configuration
Interface LogConfiguration

All Known Subinterfaces:
LogConfigurationExt
All Known Implementing Classes:
LogConfigurationImpl, LogConfigurationReadOnly

public interface LogConfiguration


Method Summary
 java.lang.String getApplicationHost()
          The host of application to be used in the logs.
 int getApplicationId()
          The Id of application to be used in the logs.
 java.lang.String getApplicationName()
          The name of application to be used in the logs.
 int getApplicationType()
          The type of application to be used in the logs.
 java.lang.String getMessageFile()
          Gets the name of application-specific lms file.
 TargetsConfiguration getTargets()
          The configuration of output targets.
 TimeUsage getTimeUsage()
          Gets the time converting to be used in the logs.
 VerboseLevel getVerbose()
          Gets the verbose level of the logger.
 

Method Detail

getApplicationName

java.lang.String getApplicationName()
The name of application to be used in the logs.


getApplicationHost

java.lang.String getApplicationHost()
The host of application to be used in the logs.


getApplicationType

int getApplicationType()
The type of application to be used in the logs.


getApplicationId

int getApplicationId()
The Id of application to be used in the logs.


getTimeUsage

TimeUsage getTimeUsage()
Gets the time converting to be used in the logs. See Configuration.TimeUsage for more info.


getVerbose

VerboseLevel getVerbose()
Gets the verbose level of the logger. See VerboseLevel for more info.


getMessageFile

java.lang.String getMessageFile()
Gets the name of application-specific lms file. If null - the pattern 'ApplicationName'.lms will be used.


getTargets

TargetsConfiguration getTargets()
The configuration of output targets.


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.