|
||||||||||
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.
Field Summary | |
---|---|
static java.lang.String |
VERBOSE
Verbose log output flag. |
Constructor Summary | |
---|---|
LogConfiguration()
Creates new instance. |
|
LogConfiguration(boolean verbose)
Creates new 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 | |
---|---|
boolean |
getVerbose()
Gets whether verbose logging is enabled. |
void |
setVerbose(boolean value)
Sets whether verbose logging is enabled. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VERBOSE
Constructor Detail |
---|
public LogConfiguration(boolean verbose)
verbose
- true if verbose logging is enabled, false otherwisepublic LogConfiguration(LogConfiguration that)
that
- existing instancepublic LogConfiguration(LogConfiguration that, java.util.Map options)
that
- existing instanceoptions
- logging optionspublic LogConfiguration()
Method Detail |
---|
public boolean getVerbose()
public void setVerbose(boolean value)
value
- true if enabled, false otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |