org.hibernate.bytecode.buildtime.spi
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.
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 © 2001-2012 Red Hat, Inc. All Rights Reserved.