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.
-
format(StringBuffer, Date, String, int, String, String, long)
-
-
getMaxRecLen()
-
-
setMaxRecLen(int)
-
format
public abstract void format(StringBuffer buf,
Date time,
String facility,
int priority,
String id,
String msg,
long code) throws LogException
getMaxRecLen
public abstract int getMaxRecLen()
setMaxRecLen
public abstract void setMaxRecLen(int m)
All Packages Class Hierarchy This Package Previous Next Index