net.sourceforge.groboutils.autodoc.v1.spi
Interface AutoDocLogFactory
- All Known Implementing Classes:
- Log4jLogFactory
- public interface 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
Method Summary |
AutoDocLog |
createLog(java.lang.Class owner)
Creates a new Log for the class owner. |
createLog
public AutoDocLog createLog(java.lang.Class owner)
- Creates a new Log for the class owner.
- Parameters:
owner
- the Class owner, as passed to the AutoDoc class.
- Returns:
- a new logger for owner.
Copyright © 2001-2003 by The GroboUtils Project