Class | Description |
---|---|
Commons.CommonsLoggingStrategy | |
Log.JavaUtilLoggingStrategy |
This class contains the logic of how to weave a Java Util Logging logger into the host class.
|
Log4j.Log4jLoggingStrategy | |
Slf4j.Slf4jLoggingStrategy |
Annotation Type | Description |
---|---|
Commons |
This local transform adds a logging ability to your program using
Apache Commons logging.
|
Log |
This local transform adds a logging ability to your program using
java.util.logging.
|
Log4j |
This local transform adds a logging ability to your program using
Log4j logging.
|
Slf4j |
This local transform adds a logging ability to your program using
LogBack logging.
|