com.snowtide.util.logging
Interface LogFactory


public interface LogFactory

Custom logging implementations that are to be used by PDFTextStream (and therefore registered with the LoggingRegistry class) must implement this interface. Note that any implementation of this interface MUST also provide a no-arg constructor for use by the LoggingRegistry to create an instance of the implementation class.

Version:
©2004-2012 Snowtide Informatics Systems, Inc.

Method Summary
 Log getLog(java.lang.Class c)
          Returns a Log instance specific to the specified class.
 Log getLog(java.lang.String logname)
          Returns a Log instance corresponding to the specified logger name.
 

Method Detail

getLog

Log getLog(java.lang.Class c)
Returns a Log instance specific to the specified class.


getLog

Log getLog(java.lang.String logname)
Returns a Log instance corresponding to the specified logger name.