atg.nucleus.logging
Class ConsoleLogListener

java.lang.Object
  extended by atg.nucleus.logging.ConsoleLogListener
All Implemented Interfaces:
atg.nucleus.logging.LogListener, java.util.EventListener

public class ConsoleLogListener
extends java.lang.Object
implements atg.nucleus.logging.LogListener

Simple class to get logging in unit testing working. Will print messages and Throwable's to System.out.

Author:
robert

Field Summary
 
Fields inherited from interface atg.nucleus.logging.LogListener
CLASS_VERSION
 
Constructor Summary
ConsoleLogListener()
           
 
Method Summary
 void logEvent(atg.nucleus.logging.LogEvent logEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleLogListener

public ConsoleLogListener()
Method Detail

logEvent

public void logEvent(atg.nucleus.logging.LogEvent logEvent)
Specified by:
logEvent in interface atg.nucleus.logging.LogListener


Copyright © 2009. All Rights Reserved.