Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.javatools.util
Interface Log.Formatter

Enclosing class:
Log

public static interface Log.Formatter

An object which formats a value into a StringBuffer.


Method Summary
 void append(java.lang.StringBuffer buffer, java.lang.Object object)
          Appends a formatted text representation of an object to a string buffer.
 

Method Detail

append

void append(java.lang.StringBuffer buffer,
            java.lang.Object object)
Appends a formatted text representation of an object to a string buffer.

Parameters:
buffer - the StringBuffer to which to append.
object - to format.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.