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