org.jboss.cdi.tck.tests.decorators.definition.types
Class MockLogger

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.definition.types.MockLogger
All Implemented Interfaces:
EnhancedLogger<String>, Logger

public class MockLogger
extends Object
implements Logger, EnhancedLogger<String>

Author:
pmuir

Constructor Summary
MockLogger()
           
 
Method Summary
static String getLog()
           
 void log(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockLogger

public MockLogger()
Method Detail

log

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

getLog

public static String getLog()
Returns:
the log


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