public class BrokerLogConfigEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
code
The code should be one of the BrokerLogConfig.LOG_OUTPUT_* or LOG_TOPIC_* values.
|
boolean |
enabled
Whether or not the log entry is enabled.
|
java.lang.String |
value
The value is any additional string parameter associated with a log topic or log output.
|
Constructor and Description |
---|
BrokerLogConfigEntry()
Create an empty entry
|
BrokerLogConfigEntry(java.lang.String new_code,
boolean new_enabled,
java.lang.String new_value)
Create an entry with values set.
|
public java.lang.String code
public boolean enabled
public java.lang.String value
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.