java.lang.Cloneable
public class CustomLoggerExtConfig
extends java.lang.Object
implements java.lang.Cloneable
[log-extended]
"logger-<ID>" = "<logger.name>: level=debug, additivity=false"
It's included in GAppLogExtOptions
, which may contain list of such descriptions,
and is a part of GAppLoggingOptions
.true
if the logger should be additive,
false
otherwise;GAppLogExtOptions
,
GAppLoggingOptions
Constructor | Description |
---|---|
CustomLoggerExtConfig(java.lang.String loggerId,
java.lang.String loggerExtOpts) |
Creates extended logger configuration options description structure.
|
Modifier and Type | Method | Description |
---|---|---|
CustomLoggerExtConfig |
clone() |
|
java.lang.String |
getId() |
Returns identifier of the custom logger record.
|
java.lang.String |
getName() |
Returns the custom logger name.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties() |
Returns the custom logger configuration properties.
|
java.lang.String |
getProperty(java.lang.String name) |
Returns property value of the custom logger configuration.
|
public CustomLoggerExtConfig(java.lang.String loggerId, java.lang.String loggerExtOpts)
loggerId
- the ID of the logger customization record.loggerExtOpts
- the logger extended options.java.lang.IllegalArgumentException
- if given arguments contain null
or insufficient value.GAppLogExtOptions
public CustomLoggerExtConfig clone()
clone
in class java.lang.Object
public java.lang.String getId()
public java.lang.String getName()
public java.lang.String getProperty(java.lang.String name)
name
- the property name.public java.util.Map<java.lang.String,java.lang.String> getProperties()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.