All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ups.xmlsdk.util.logging.LogFormatter

public interface LogFormatter
extends LogDefs
Interface for formatting log records. Takes a record and converts it into a string record for writing to a file.


Method Index

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

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index