All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.util.logging.NoFormattingLogFormatter

java.lang.Object
   |
   +----com.ups.xmlsdk.util.logging.NoFormattingLogFormatter

public class NoFormattingLogFormatter
extends Object
implements LogFormatter
Formatter with no formatting whatssoever (no additional info is added to the message).


Constructor Index

 o NoFormattingLogFormatter()

Method Index

 o format(StringBuffer, Date, String, int, String, String, long)
 o getMaxRecLen()
 o setMaxRecLen(int)

Constructors

 o NoFormattingLogFormatter
 public NoFormattingLogFormatter()

Methods

 o format
 public void format(StringBuffer buf,
                    Date time,
                    String facility,
                    int priority,
                    String id,
                    String msg,
                    long code) throws LogException
 o getMaxRecLen
 public int getMaxRecLen()
 o setMaxRecLen
 public void setMaxRecLen(int m)

All Packages  Class Hierarchy  This Package  Previous  Next  Index