com.softwareag.tamino.db.api.logging
Interface TExternalLogger

All Known Implementing Classes:
TJdkLoggingWrapper, TLog4jWrapper, TNoLoggingWrapper

public interface TExternalLogger

This is the interface that contains the methods to access the external tracing API. Every wrapper used to support a tracing API has to implement this interface.

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

Method Summary
 void log(TTimekeeper timekeeper)
          Log a TTimekeeper event.
 

Method Detail

log

void log(TTimekeeper timekeeper)
Log a TTimekeeper event.

Parameters:
timekeeper - the TTimekeeper instance to log to the external tracing API.


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