BEA Systems, Inc.

com.bea.logging
Interface StdoutConfig

All Known Implementing Classes:
StdoutConfigImpl

Deprecated. 10.0.1.0

public interface StdoutConfig


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.  
 

Method Detail

getStdoutSeverity

String getStdoutSeverity()
Deprecated. 

setStdoutSeverity

void setStdoutSeverity(String severity)
Deprecated. 

isStackTraceEnabled

boolean isStackTraceEnabled()
Deprecated. 
Specifies whether to dump stack traces to the console when included in logged message.


setStackTraceEnabled

void setStackTraceEnabled(boolean stack)
Deprecated. 

getStackTraceDepth

int getStackTraceDepth()
Deprecated. 
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.


setStackTraceDepth

void setStackTraceDepth(int depth)
Deprecated. 

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