com.softwareag.tamino.db.api.logging
Class TJdkLoggingWrapper

java.lang.Object
  extended by com.softwareag.tamino.db.api.logging.TJdkLoggingWrapper
All Implemented Interfaces:
TExternalLogger

public final class TJdkLoggingWrapper
extends java.lang.Object
implements TExternalLogger

This is a wrapper to trace log event with the JDK 1.4 util logging API.

Version:
$Revision: 1.1 $
Author:
Oliver.Kleber@softwareag.com

Constructor Summary
TJdkLoggingWrapper()
          Default Constructor.
 
Method Summary
 void log(TTimekeeper timekeeper)
          Log a TTimekeeper event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TJdkLoggingWrapper

public TJdkLoggingWrapper()
Default Constructor.

Method Detail

log

public void log(TTimekeeper timekeeper)
Log a TTimekeeper event.

Specified by:
log in interface TExternalLogger
Parameters:
timekeeper - the TTimekeeper instance to log to the external tracing API.


Copyright (c) 2013 Software AG. All Rights Reserved.