org.jboss.cdi.tck.tests.lookup.injectionpoint
Class TimestampLogger
java.lang.Object
org.jboss.cdi.tck.tests.lookup.injectionpoint.TimestampLogger
- All Implemented Interfaces:
- Logger
@Decorator
public class TimestampLogger
- extends Object
- implements Logger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimestampLogger
public TimestampLogger()
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-2012 Seam Framework. All Rights Reserved.