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

Constructor Index

 o LogContext()

Method Index

 o getBuffer()
Return the log user's log buffer
 o getId()
Return an identifying string for this record instance.

Constructors

 o LogContext
 public LogContext()

Methods

 o getBuffer
 public final StringBuffer getBuffer()
Return the log user's log buffer

 o 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