org.jboss.jsr299.tck.tests.decorators.definition.inject.delegateField
Class TimestampLogger

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.decorators.definition.inject.delegateField.TimestampLogger
All Implemented Interfaces:
Logger

@Decorator
public class TimestampLogger
extends Object
implements Logger

Author:
pmuir

Field Summary
static String PREFIX
           
 
Constructor Summary
TimestampLogger()
           
 
Method Summary
static Logger getField()
           
 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
 

Field Detail

PREFIX

public static final String PREFIX
Constructor Detail

TimestampLogger

public TimestampLogger()
Method Detail

log

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

getField

public static Logger getField()
Returns:
the field

reset

public static void reset()
Parameters:
message - the message to set


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