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

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

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

This implementation of the TExternalLogger interface is used as a dummy if the logging is disabled permanently. A TNoLoggingWrapper instance suppresses all trace log events.

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

Constructor Summary
TNoLoggingWrapper()
          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

TNoLoggingWrapper

public TNoLoggingWrapper()
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.