Package com.snowtide.util.logging
Interface LogFactory
- 
public interface LogFactoryCustom logging implementations that are to be used by PDFxStream (and therefore registered with theLoggingRegistryclass) 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-2025 Snowtide
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoggetLog(Class c)Returns a Log instance specific to the specified class.LoggetLog(String logname)Returns a Log instance corresponding to the specified logger name. 
 -