org.jboss.cdi.tck.tests.lookup.injectionpoint
Class TimestampLogger

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injectionpoint.TimestampLogger
All Implemented Interfaces:
Logger

@Decorator
public class TimestampLogger
extends Object
implements Logger


Constructor Summary
TimestampLogger()
           
 
Method Summary
static String getLoggedMessage()
           
static Logger getLogger()
           
 void log(String message)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampLogger

public TimestampLogger()
Method Detail

log

public void log(String message)
Specified by:
log in interface Logger

getLogger

public static Logger getLogger()

getLoggedMessage

public static String getLoggedMessage()
Returns:
the loggedMessage

reset

public static void reset()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.