org.hibernate.tool.instrument
Class BasicInstrumentationTask.Logger

java.lang.Object
  extended by org.hibernate.tool.instrument.BasicInstrumentationTask.Logger
Enclosing class:
BasicInstrumentationTask

protected class BasicInstrumentationTask.Logger
extends Object


Constructor Summary
protected BasicInstrumentationTask.Logger()
           
 
Method Summary
 void debug(String message)
           
 void info(String message)
           
 void verbose(String message)
           
 void warn(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicInstrumentationTask.Logger

protected BasicInstrumentationTask.Logger()
Method Detail

verbose

public void verbose(String message)

debug

public void debug(String message)

info

public void info(String message)

warn

public void warn(String message)