Trispark JDT
2.50.13

com.archimed.log
Interface JdtLoggerFactory

All Known Implementing Classes:
DefaultJdtLoggerFactory

public interface JdtLoggerFactory

This interface defines a JdtLogger factory. The idea behind a JdtLoggerFactory is to allow implementations making use of jdt logging to replace the default logging with there own implementation of logging or possibly attach jdt logging to the logging framework that is used by the application in which jdt is embedded.

Since:
1.6

Method Summary
 JdtLogger getJdtLogger(java.lang.Class clazz)
          Returns a JdtLogger for a specific class.
 

Method Detail

getJdtLogger

JdtLogger getJdtLogger(java.lang.Class clazz)
Returns a JdtLogger for a specific class.

Parameters:
clazz - Class
Returns:
JdtLogger

Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.