| Interface | Description |
|---|---|
| GretlLogger |
Logger used in all GRETL classes.
|
| LogFactory |
Returns a Logger instance
|
| Class | Description |
|---|---|
| CoreJavaLogAdaptor |
Class behind the GretlLogger interface when using the steps without gradle
(in unittests, ...).
|
| CoreJavaLogFactory | |
| Ehi2GretlAdapter | |
| GradleLogAdaptor |
Class taking care of the logging when using the Steps integrated in Gradle
(When running the corresponding Tasks in Gradle).
|
| GradleLogFactory | |
| Level |
Utility class defining the logging levels when using the gretl logging in a
standalone environment.
|
| LogEnvironment |
Holds the global logging factory used by the Step and helper classes to get a
logger instance.
|