| Interface | Description |
|---|---|
| DefaultContext |
Default
VariableContext containing basic variables |
| LoggingCallback |
Logging callback API
|
| VariableContext |
Interface to be extended by concrete variable context interface
providing concrete logging variables
|
| Class | Description |
|---|---|
| LoggingEvent |
All generated logging events should extend this class
All changes made to this class should be reflected in LogInvocationScanner and POJOService or you risk incorrect behaviour of processor
|
| StructLogger<T extends VariableContext> |
Main class providing structured logging, parametrized by interface extending
VariableContext class |
Copyright © 2018. All rights reserved.