BEA Systems, Inc.

com.bea.logging
Class LoggingServiceConfigImpl

java.lang.Object
  extended by com.bea.logging.LoggingServiceConfigImpl
All Implemented Interfaces:
LoggingServiceConfig, Serializable

Deprecated. 10.0.1.0

public class LoggingServiceConfigImpl
extends Object
implements LoggingServiceConfig, Serializable

See Also:
Serialized Form

Constructor Summary
LoggingServiceConfigImpl()
          Deprecated.  
 
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 loggerSeverity)
          Deprecated.  
 void setStdoutConfig(StdoutConfig stdoutConfig)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingServiceConfigImpl

public LoggingServiceConfigImpl()
Deprecated. 
Method Detail

getLoggerSeverity

public String getLoggerSeverity()
Deprecated. 
Description copied from interface: LoggingServiceConfig
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.

Specified by:
getLoggerSeverity in interface LoggingServiceConfig
Returns:
See Also:
Severities

setLoggerSeverity

public void setLoggerSeverity(String loggerSeverity)
Deprecated. 
Specified by:
setLoggerSeverity in interface LoggingServiceConfig

getLogFileConfig

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

Specified by:
getLogFileConfig in interface LoggingServiceConfig
Returns:

setLogFileConfig

public void setLogFileConfig(LogFileConfig logFileConfig)
Deprecated. 
Specified by:
setLogFileConfig in interface LoggingServiceConfig

getStdoutConfig

public StdoutConfig getStdoutConfig()
Deprecated. 
Description copied from interface: LoggingServiceConfig
The configuration of the log file

Specified by:
getStdoutConfig in interface LoggingServiceConfig
Returns:

setStdoutConfig

public void setStdoutConfig(StdoutConfig stdoutConfig)
Deprecated. 
Specified by:
setStdoutConfig in interface LoggingServiceConfig

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