Trispark JDT
2.50.13

com.archimed.log
Class DefaultJdtLoggerFactory

java.lang.Object
  extended by com.archimed.log.DefaultJdtLoggerFactory
All Implemented Interfaces:
JdtLoggerFactory

public class DefaultJdtLoggerFactory
extends java.lang.Object
implements JdtLoggerFactory

Factory for the DefaultJdtLogger class. This class holds a singleton reference to an instance of DefaultJdtLogger.

Since:
1.6
See Also:
DefaultJdtLogger

Constructor Summary
DefaultJdtLoggerFactory()
           
 
Method Summary
 JdtLogger getJdtLogger(java.lang.Class clazz)
          Always returns the same instance of a DefaultJdtLogger.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultJdtLoggerFactory

public DefaultJdtLoggerFactory()
Method Detail

getJdtLogger

public JdtLogger getJdtLogger(java.lang.Class clazz)
Always returns the same instance of a DefaultJdtLogger. The DefaultJdtLogger is not class specific

Specified by:
getJdtLogger in interface JdtLoggerFactory
Parameters:
clazz - Class ignored
Returns:
JdtLogger

Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.