BEA Systems, Inc.

com.bea.logging
Class StdoutConfigImpl

java.lang.Object
  extended by com.bea.logging.StdoutConfigImpl
All Implemented Interfaces:
StdoutConfig, Serializable

Deprecated. 10.0.1.0

public class StdoutConfigImpl
extends Object
implements StdoutConfig, Serializable

See Also:
Serialized Form

Constructor Summary
StdoutConfigImpl()
          Deprecated.  
 
Method Summary
 int getStackTraceDepth()
          Deprecated. Determines the no of stack trace frames to display on standard out.
 String getStdoutSeverity()
          Deprecated.  
 boolean isStackTraceEnabled()
          Deprecated. Specifies whether to dump stack traces to the console when included in logged message.
 void setStackTraceDepth(int depth)
          Deprecated.  
 void setStackTraceEnabled(boolean stack)
          Deprecated.  
 void setStdoutSeverity(String severity)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdoutConfigImpl

public StdoutConfigImpl()
Deprecated. 
Method Detail

getStdoutSeverity

public String getStdoutSeverity()
Deprecated. 
Specified by:
getStdoutSeverity in interface StdoutConfig

setStdoutSeverity

public void setStdoutSeverity(String severity)
Deprecated. 
Specified by:
setStdoutSeverity in interface StdoutConfig

isStackTraceEnabled

public boolean isStackTraceEnabled()
Deprecated. 
Description copied from interface: StdoutConfig
Specifies whether to dump stack traces to the console when included in logged message.

Specified by:
isStackTraceEnabled in interface StdoutConfig

setStackTraceEnabled

public void setStackTraceEnabled(boolean stack)
Deprecated. 
Specified by:
setStackTraceEnabled in interface StdoutConfig

getStackTraceDepth

public int getStackTraceDepth()
Deprecated. 
Description copied from interface: StdoutConfig
Determines the no of stack trace frames to display on standard out. All frames are displayed in the log file -1 means all frames are displayed.

Specified by:
getStackTraceDepth in interface StdoutConfig

setStackTraceDepth

public void setStackTraceDepth(int depth)
Deprecated. 
Specified by:
setStackTraceDepth in interface StdoutConfig

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.