Platform SDK Java 8.5 API Reference

com.genesyslab.platform.logging.configuration
Interface TargetsConfiguration

All Known Implementing Classes:
TargetsConfigurationImpl, TargetsConfigurationReadOnly

public interface TargetsConfiguration

This is the interface for all classes which provide the configuration for possible output targets of the logger.


Method Summary
 TargetConfiguration getConsole()
          TargetConfiguration which describes the console output.
 java.util.Collection<FileConfiguration> getFiles()
          The collection with FileConfiguration.
 NetworkTargetConfiguration getNetwork()
          TargetConfiguration which describes the message server output.
 

Method Detail

getFiles

java.util.Collection<FileConfiguration> getFiles()
The collection with FileConfiguration. Describes the outputs to files.


getConsole

TargetConfiguration getConsole()
TargetConfiguration which describes the console output.


getNetwork

NetworkTargetConfiguration getNetwork()
TargetConfiguration which describes the message server output.


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.