|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.mft.management.descriptors.LogConfiguration
public class LogConfiguration
Log settings descriptor.
Constructor Summary | |
---|---|
LogConfiguration()
Creates new instance. |
|
LogConfiguration(boolean verbose)
Creates new instance. |
|
LogConfiguration(int maxBufferRecords,
boolean verbose)
Creates a new configuration instance. |
|
LogConfiguration(LogConfiguration that)
Creates new instance from existing instance. |
|
LogConfiguration(LogConfiguration that,
java.util.Map options)
Creates new instance from existing instance. |
Method Summary | |
---|---|
int |
getMaxBufferRecords()
Returns max buffer records value. |
boolean |
getVerbose()
Gets whether verbose logging is enabled. |
void |
setMaxBufferRecords(int value)
Sets max buffer records value. |
void |
setVerbose(boolean value)
Sets whether verbose logging is enabled. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogConfiguration(int maxBufferRecords, boolean verbose)
maxBufferRecords
- max buffer recordsverbose
- if true verbose logging is enabledpublic LogConfiguration(boolean verbose)
verbose
- if true verbose logging is enabledpublic LogConfiguration(LogConfiguration that)
that
- existing instancepublic LogConfiguration(LogConfiguration that, java.util.Map options)
that
- existing instanceoptions
- logging optionspublic LogConfiguration()
Method Detail |
---|
public int getMaxBufferRecords()
public void setMaxBufferRecords(int value)
value
- max buffer records valuepublic boolean getVerbose()
public void setVerbose(boolean value)
value
- true if enabled, false otherwisepublic java.lang.String toString()
toString
in class java.lang.Object
|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |