Skip navigation links

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

E17493-04


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.

Skip navigation links

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

E17493-04


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