Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.java.util.logging
Class DevNullHandler

java.lang.Object
  extended by oracle.adfnmc.java.util.logging.Handler
      extended by oracle.adfnmc.java.util.logging.DevNullHandler

public class DevNullHandler
extends Handler


Field Summary
 
Fields inherited from class oracle.adfnmc.java.util.logging.Handler
prefix
 
Constructor Summary
DevNullHandler()
           
 
Method Summary
 void close()
          Closes this handler.
 void flush()
          Flushes any buffered output.
 void publish(LogRecord record)
          Accepts an actual logging request.
 
Methods inherited from class oracle.adfnmc.java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel, setPrefix
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DevNullHandler

public DevNullHandler()
Method Detail

flush

public void flush()
Description copied from class: Handler
Flushes any buffered output.

Specified by:
flush in class Handler

publish

public void publish(LogRecord record)
Description copied from class: Handler
Accepts an actual logging request.

Specified by:
publish in class Handler
Parameters:
record - the log record to be logged

close

public void close()
Description copied from class: Handler
Closes this handler. A flush operation will usually be performed and all the associated resources will be freed. Client applications should not use a handler after closing it.

Specified by:
close in class Handler

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.