Platform SDK Java 9.0 API Reference

Package com.genesyslab.platform.apptemplate.configuration.log

Dedicated package for CME Application Logging Options configuration support.

Application logging configuration options are located in "log" and "log-extended" sections of "Options" property of correspondent CME Application object. Its values are defined as string type values in a KeyValueCollections.
The logging configuration helper classes are to parse the application logging options and expose them as a set of typified properties.

Simple initialization example:

 IGApplicationConfiguration appConfiguration = ...;
 GAppLoggingOptions logOpts = new GAppLoggingOptions(appConfiguration, null);
 
This configuration may be used for initialization of specific logging framework configuration.
AppTemplate AB contains configuration helper for Log4j2 logging framework.
And it allows creation of custom configuration helper for some other logging framework.
See Also:
IGApplicationConfiguration, GApplicationConfiguration, GCOMApplicationConfiguration, CfgApplication, ConfService
Skip navigation links
Platform SDK Java 9.0 API Reference

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