BEA Systems, Inc.

com.bea.logging
Interface LoggingServiceConfig

All Known Implementing Classes:
LoggingServiceConfigImpl

Deprecated. 10.0.1.0

public interface LoggingServiceConfig


Method Summary
 LogFileConfig getLogFileConfig()
          Deprecated. The configuration of the log file
 String getLoggerSeverity()
          Deprecated. The most important severity of the messages that will be published to the attached handlers.
 StdoutConfig getStdoutConfig()
          Deprecated. The configuration of the log file
 void setLogFileConfig(LogFileConfig logFileConfig)
          Deprecated.  
 void setLoggerSeverity(String severity)
          Deprecated.  
 void setStdoutConfig(StdoutConfig stdoutConfig)
          Deprecated.  
 

Method Detail

getLoggerSeverity

String getLoggerSeverity()
Deprecated. 
The most important severity of the messages that will be published to the attached handlers. The valid values that this attribute can have are the standard Severities.

Returns:
See Also:
Severities

setLoggerSeverity

void setLoggerSeverity(String severity)
Deprecated. 

getLogFileConfig

LogFileConfig getLogFileConfig()
Deprecated. 
The configuration of the log file

Returns:

setLogFileConfig

void setLogFileConfig(LogFileConfig logFileConfig)
Deprecated. 

getStdoutConfig

StdoutConfig getStdoutConfig()
Deprecated. 
The configuration of the log file

Returns:

setStdoutConfig

void setStdoutConfig(StdoutConfig stdoutConfig)
Deprecated. 

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