| java.lang.Object examples.nistgoodies.configlogger.LogRecordImpl
LogRecordImpl | public class LogRecordImpl implements LogRecord(Code) | | |
LogRecordImpl | public LogRecordImpl(String message, String source, String destination, long timeStamp, boolean isSender, String firstLine, String tid, String callId, long timestampVal)(Code) | | Constructor for our custom log record
Parameters: message - --the message to log Parameters: source - --the source Parameters: destination - --the destination Parameters: timeStamp - --the reception time Parameters: isSender - --the flag indicates whether we are sending or recieving therecord Parameters: firstLine - --the messge first line Parameters: tid - --the transaction id Parameters: callId - --the callId Parameters: timestampVal - --the timestamp Header value. |
|
|