BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.logging
Class ConsoleHandler

java.lang.Object
  |
  +--java.util.logging.Handler
        |
        +--java.util.logging.StreamHandler
              |
              +--weblogic.logging.ConsoleHandler

public final class ConsoleHandler
extends java.util.logging.StreamHandler

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
ConsoleHandler(KernelMBean akmb)
           
 
Method Summary
 boolean isLoggable(java.util.logging.LogRecord r)
           
 void publish(java.util.logging.LogRecord rec)
           
 
Methods inherited from class java.util.logging.StreamHandler
close, flush, 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(KernelMBean akmb)
Method Detail

publish

public void publish(java.util.logging.LogRecord rec)

Overrides:
publish in class java.util.logging.StreamHandler

isLoggable

public boolean isLoggable(java.util.logging.LogRecord r)

Overrides:
isLoggable in class java.util.logging.StreamHandler

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b