All Packages Class Hierarchy This Package Previous Next Index
Class com.ups.xmlsdk.util.logging.LogContext
java.lang.Object
|
+----com.ups.xmlsdk.util.logging.LogContext
- public class LogContext
- extends Object
-
LogContext()
-
-
getBuffer()
- Return the log user's log buffer
-
getId()
- Return an identifying string for this record instance.
LogContext
public LogContext()
getBuffer
public final StringBuffer getBuffer()
- Return the log user's log buffer
getId
public String getId()
- Return an identifying string for this record instance. This should be
customized by a nontrivial application to contain user ID, etc.
All Packages Class Hierarchy This Package Previous Next Index