com.myJava.util.log
Class ConsoleLogProcessor
java.lang.Object
com.myJava.util.log.ConsoleLogProcessor
- All Implemented Interfaces:
- LogProcessor
public class ConsoleLogProcessor
- extends java.lang.Object
- implements LogProcessor
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleLogProcessor
public ConsoleLogProcessor()
isFullLog
public boolean isFullLog()
setFullLog
public void setFullLog(boolean fullLog)
log
public void log(int level,
java.lang.String message,
java.lang.Throwable e,
java.lang.String source)
- Specified by:
log
in interface LogProcessor
clearLog
public boolean clearLog()
- Specified by:
clearLog
in interface LogProcessor
displayApplicationMessage
public void displayApplicationMessage(java.lang.String messageKey,
java.lang.String title,
java.lang.String message)
- Specified by:
displayApplicationMessage
in interface LogProcessor
unmount
public void unmount()
- Specified by:
unmount
in interface LogProcessor