| Annotation Type | Description |
|---|---|
| LoggerContext |
Annotation to specify
StructLogger fields
and specifying used VariableContext and name of logger (underlying slf4j logger)
Typical usage:
public class Example {
@VarContext(context = DefaultContext.class)
private static StructLogger<DefaultContext> defaultLog = StructLogger.instance();
}
|
| Var |
Annotation for specifying variables in
VariableContext interfaces |
| VarContextProvider |
Annotation for specifying interfaces providing
Var annotated methods |
Copyright © 2018. All rights reserved.