com.myJava.util.log
Class ConsoleLogProcessor

java.lang.Object
  extended by 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

Constructor Summary
ConsoleLogProcessor()
           
 
Method Summary
 boolean clearLog()
           
 void displayApplicationMessage(java.lang.String messageKey, java.lang.String title, java.lang.String message)
           
 boolean isFullLog()
           
 void log(int level, java.lang.String message, java.lang.Throwable e, java.lang.String source)
           
 void setFullLog(boolean fullLog)
           
 void unmount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleLogProcessor

public ConsoleLogProcessor()
Method Detail

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