public abstract class LoggingBlueprints extends Object
| Constructor and Description |
|---|
LoggingBlueprints() |
| Modifier and Type | Method and Description |
|---|---|
abstract Record |
errorRecord(Record record,
Throwable throwable,
String message,
Object... args) |
abstract Record |
filterRecord(Record record,
Level level) |
abstract LoggerAdapter |
getLoggingAdapter(String name) |
Copyright © 2019. All rights reserved.