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

E17503-02

Package oracle.adfnmc.java.util.logging

Interface Summary
Filter A Filter provides a mechanism for exercising fine-grained control over what records get logged.
Messages This is a re-declaration of the logging message strings originally declared in the resource bundle org.apache.harmony.logging.internal.nls.messages.properties
PatternFormatter  
 

Class Summary
ConsoleHandler A handler that writes log messages to the standard output stream System.err.
DevNullHandler  
DevNullOutputStream  
ErrorManager An error reporting facility for Handler implementations to record any error that may happen during logging.
FileHandler  
Formatter Formatter objects are used to format LogRecord objects into a string representation.
Handler A Handler object accepts a logging request and exports the desired messages to a target, for example, a file, the console, etc.
Level Level objects are used to indicate the level of logging.
Logger Loggers are used to log records to certain outputs, including file, console, etc.
LogManager LogManager is used to manage named Loggers and any shared logging properties.
LogRecord A LogRecord object represents a logging request.
NmcErrorManager  
NmcPatternFormatter  
SimpleFormatter SimpleFormatter can be used to print a summary of the information contained in a LogRecord object in a human readable format.
StreamHandler A StreamHandler object writes log messages to an output stream, that is, an object of type java.io.OutputStream.
StringWriterHandler A Handler that writes to a String.
 


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.