BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.logging
Class FileStreamHandler

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

public final class FileStreamHandler
extends java.util.logging.StreamHandler
implements javax.management.NotificationListener

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

Constructor Summary
FileStreamHandler(LogMBean config)
           
 
Method Summary
 void handleNotification(javax.management.Notification n, java.lang.Object o)
           
 boolean isLoggable(java.util.logging.LogRecord record)
           
 void publish(java.util.logging.LogRecord rec)
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

FileStreamHandler

public FileStreamHandler(LogMBean config)
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 record)

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

handleNotification

public void handleNotification(javax.management.Notification n,
                               java.lang.Object o)
Specified by:
handleNotification in interface javax.management.NotificationListener


toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

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