The factory class LoggerFactory can be used
to create Logger instances.
The Logger-implementation class served
by the factory is configured by settings in the
OJB.properties file.
author: Thomas Mahler author: Leandro Rodrigo Saad Cruz version: $Id: LoggerFactoryImpl.java,v 1.18.2.6 2005/12/21 22:28:16 tomdz Exp $ See Also:jakarta-log4j
returns a minimal logger that needs no configuration
and can thus be safely used during OJB boot phase
(i.e. when OJB.properties have not been loaded).
Logger the OJB BootLogger
returns a Logger. The Logger is named
after the full qualified name of input parameter clazz
Parameters: clazz - the Class which name is to be used as name Logger the returned Logger