JSCAPE MFT Server

com.jscape.inet.mft.management.descriptors
Class LogConfiguration

java.lang.Object
  extended by com.jscape.inet.mft.management.descriptors.LogConfiguration
All Implemented Interfaces:
Configuration

public class LogConfiguration
extends java.lang.Object
implements Configuration

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.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VERBOSE

public static final java.lang.String VERBOSE
Verbose log output flag.

See Also:
Constant Field Values
Constructor Detail

LogConfiguration

public LogConfiguration(boolean verbose)
Creates new instance.

Parameters:
verbose - true if verbose logging is enabled, false otherwise

LogConfiguration

public LogConfiguration(LogConfiguration that)
Creates new instance from existing instance.

Parameters:
that - existing instance

LogConfiguration

public LogConfiguration(LogConfiguration that,
                        java.util.Map options)
Creates new instance from existing instance.

Parameters:
that - existing instance
options - logging options

LogConfiguration

public LogConfiguration()
Creates new instance.

Method Detail

getVerbose

public boolean getVerbose()
Gets whether verbose logging is enabled.

Returns:
true if enabled, false otherwise

setVerbose

public void setVerbose(boolean value)
Sets whether verbose logging is enabled.

Parameters:
value - true if enabled, false otherwise

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

JSCAPE MFT Server

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved