org.hibernate.bytecode.buildtime
Interface Logger
- All Known Implementing Classes:
- BasicInstrumentationTask.LoggerBridge
public interface Logger
Provides an abstraction for how instrumentation does logging because it is usually run in environments (Ant/Maven)
with their own logging infrastructure. This abstraction allows proper bridging.
- Author:
- Steve Ebersole
trace
void trace(String message)
debug
void debug(String message)
info
void info(String message)
warn
void warn(String message)
error
void error(String message)
Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved