| Interface | Description |
|---|---|
| StreamManagerLogger |
Very simple logger interface to be implemented by anyone who wants custom logging
|
| Class | Description |
|---|---|
| GreengrassLoggerWraper |
A class just wrapping the GreengrassLogger so that it can implement our StreamManagerLogger
|
| JavaUtilLogger |
Fallback logging class to log to the Java util log in lieu of the GreengrassLogger.
|
| LoggingFormatter |
A class generally following Log4j style which can format error messages and stacktraces for logging
|
| Slf4JWrapper |
Wraps an Slf4j Logger as a StreamManagerLogger
|
| Enum | Description |
|---|---|
| LogLevel |