Platform SDK Java 8.5 API Reference

com.genesyslab.platform.logging.runtime.targets
Interface TargetFactory

All Known Implementing Classes:
DefaultTargetFactory

public interface TargetFactory


Method Summary
 BaseTarget createConsoleTarget(LogConfiguration configuration)
           
 FileTarget createFileTarget(FileConfiguration fileConfiguration, LogConfiguration globalConfig, FileHeaderProvider headerProvider)
           
 SpooledNetworkTarget createNetworkTarget(LogConfiguration configuration, Protocol networkProtocol)
           
 

Method Detail

createConsoleTarget

BaseTarget createConsoleTarget(LogConfiguration configuration)
                               throws LoggerException
Throws:
LoggerException

createFileTarget

FileTarget createFileTarget(FileConfiguration fileConfiguration,
                            LogConfiguration globalConfig,
                            FileHeaderProvider headerProvider)
                            throws java.lang.Exception
Throws:
java.lang.Exception

createNetworkTarget

SpooledNetworkTarget createNetworkTarget(LogConfiguration configuration,
                                         Protocol networkProtocol)
                                         throws LoggerException
Throws:
LoggerException

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.