net.sourceforge.groboutils.autodoc.v1.log4j
Class Log4jLogFactory

java.lang.Object
  extended bynet.sourceforge.groboutils.autodoc.v1.log4j.Log4jLogFactory
All Implemented Interfaces:
AutoDocLogFactory

public class Log4jLogFactory
extends java.lang.Object
implements AutoDocLogFactory

An interface which defines the kinds of classes which should be loaded for the AutoDoc entry point.

Since:
March 16, 2002
Version:
$Date: 2003/02/10 22:52:12 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Constructor Summary
Log4jLogFactory()
          Required default constructor.
 
Method Summary
 AutoDocLog createLog(java.lang.Class owner)
          Creates a new Log for the class owner.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jLogFactory

public Log4jLogFactory()
Required default constructor.

Method Detail

createLog

public AutoDocLog createLog(java.lang.Class owner)
Creates a new Log for the class owner.

Specified by:
createLog in interface AutoDocLogFactory
Parameters:
owner - the Class owner, as passed to the AutoDoc class.
Returns:
a new logger


Copyright © 2001-2003 by The GroboUtils Project