|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogFactory | |
com.rhi.architecture.logging |
Uses of LogFactory in com.rhi.architecture.logging |
Subclasses of LogFactory in com.rhi.architecture.logging | |
class |
BasicLog4JFactory
The Log4JFactory/Log4JLogger are holdovers from a specific system that required some special configuration. |
class |
DefaultLogFactory
DefaultLogFactory used to construct DefaultLogger which logs all messages to stderr. |
class |
JDK14LogFactory
LogFactory impl that wraps the 1.4 logger classes. |
class |
Log4JFactory
Log4J Factory |
Methods in com.rhi.architecture.logging that return LogFactory | |
LogFactory |
Log4JLogger.getFactory(java.util.Properties p)
Load factory - used only for backward compatibility to support users who don't know about the new LogFactory interface & are initializing the Logger class directly. |
static LogFactory |
LogFactory.getFactory(java.lang.String factoryImpl)
Get a LogFactory based on the implementation class name provided as a parameter. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |