| Class | Description |
|---|---|
| AbstractLoggingProcessor |
A processor that can be inherited to insert logging calls.
|
| InsertCaughtExceptionLogProcessor |
A processor that inserts log calls for every caught exception.
|
| InsertMethodCallLogProcessor | |
| PostBuildProcessor |
| Enum | Description |
|---|---|
| LogLevel |
| Annotation Type | Description |
|---|---|
| LogThis |
If a method is annotated with this annotation a call to it, will be logged.
|
| Stealth |
An annotation that will exclude annotated parameters, fields and methods from the log.
|
Copyright © 2015. All Rights Reserved.