Oracle Java ME Embedded

Uses of Class
com.oracle.util.logging.Formatter

Uses of Formatter in com.oracle.util.logging
 

Subclasses of Formatter in com.oracle.util.logging
 class SimpleFormatter
          Print a brief summary of the LogRecord in a human readable format.
 

Methods in com.oracle.util.logging that return Formatter
 Formatter Handler.getFormatter()
          Return the Formatter for this Handler.
 

Methods in com.oracle.util.logging with parameters of type Formatter
 void Handler.setFormatter(Formatter newFormatter)
          Set a Formatter.
 

Constructors in com.oracle.util.logging with parameters of type Formatter
StreamHandler(java.io.OutputStream out, Formatter formatter)
          Create a StreamHandler with a given Formatter and output stream.
 


Oracle Java ME Embedded

Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.