站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

BasicInstrumentationTask.Logger (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.tool.instrument
Class BasicInstrumentationTask.Logger

java.lang.Object
  extended byorg.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)