org.caleigo.toolkit.log
Class AbstractLogReceiver
java.lang.Object
org.caleigo.toolkit.log.AbstractLogReceiver
- All Implemented Interfaces:
- ILogReceiver
- Direct Known Subclasses:
- StreamLogReceiver
- public abstract class AbstractLogReceiver
- extends java.lang.Object
- implements ILogReceiver
- Version:
- 1.00
- Author:
- Dennis Zikovic
Method Summary |
void |
close()
|
boolean |
isLogging(java.lang.Object source)
|
void |
log(int msgType,
java.lang.Object source,
java.lang.String msg,
java.lang.Throwable exception)
|
protected abstract void |
logString(java.lang.String msg)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLogReceiver
public AbstractLogReceiver()
- Default constructor for AbstractLogSubscriber.
logString
protected abstract void logString(java.lang.String msg)
isLogging
public boolean isLogging(java.lang.Object source)
- Specified by:
isLogging
in interface ILogReceiver
log
public void log(int msgType,
java.lang.Object source,
java.lang.String msg,
java.lang.Throwable exception)
- Specified by:
log
in interface ILogReceiver
close
public void close()
- Specified by:
close
in interface ILogReceiver
Copyright © 2005 Caleigo. All Rights Reserved.