public abstract class LogFactory extends java.lang.Object implements ILogEventFactory
| Constructor and Description |
|---|
LogFactory() |
| Modifier and Type | Method and Description |
|---|---|
Logger |
createLogger(LogCategory category,
LogSource source) |
void |
release(ILogEvent e)
Releases an log event.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic Logger createLogger(LogCategory category, LogSource source)
public void release(ILogEvent e)
release in interface ILogEventFactorye - the log event