BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.logging
Class ConsoleHandler

java.lang.Object
  extended byjava.util.logging.Handler
      extended byjava.util.logging.StreamHandler
          extended byweblogic.logging.ConsoleHandler

public final class ConsoleHandler
extends StreamHandler

A simple handler which outputs messages to System.out. The handler uses the ConsoleFormatter to format the log record objects. The log records that get outputted are filtered based on configuration parameters specified in the KernelMBean. The KernelMBean.StdoutEnabled controls whether the log record is published to the stdout at all. The KernelMBean.StdoutDebugEnabled attribute specifies whether messages with Debug severity level are published to the stdout. The KernelMBean.StdoutSeverityLevel controls the severity of messages published to the stdout. For server side logging the ServerMBean which extends KernelMBean can be used to configure the stdout logging behavior.

See Also:
KernelMBean.isStdoutEnabled(), KernelMBean.isStdoutDebugEnabled(), KernelMBean.getStdoutSeverityLevel()
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
ConsoleHandler(weblogic.management.configuration.KernelMBean akmb)
          Deprecated.  
ConsoleHandler(weblogic.management.configuration.LogMBean logConfig)
          Deprecated.  
 
Method Summary
 void publish(LogRecord rec)
          Publishes the given log record object to the stdout.
 
Methods inherited from class java.util.logging.StreamHandler
flush, isLoggable, setEncoding, setOutputStream
 
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleHandler

public ConsoleHandler(weblogic.management.configuration.KernelMBean akmb)
Deprecated.  

Initializes the console handler with the given KernelMBean.


ConsoleHandler

public ConsoleHandler(weblogic.management.configuration.LogMBean logConfig)
Deprecated.  

Initializes the console handler with the given KernelMBean.

Method Detail

publish

public void publish(LogRecord rec)
Publishes the given log record object to the stdout.

Parameters:
rec - The record to be outputted to the stdout.

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