public class ServerLog extends Object implements Serializable
| Constructor and Description |
|---|
ServerLog() |
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
created() |
ServerLog |
created(java.time.Instant created) |
String |
level() |
ServerLog |
level(String level) |
String |
message() |
ServerLog |
message(String message) |
String |
sourceClass() |
ServerLog |
sourceClass(String sourceClass) |
String |
sourceMethod() |
ServerLog |
sourceMethod(String sourceMethod) |
String |
stackTrace() |
ServerLog |
stackTrace(String stackTrace) |
Copyright © 2017. All rights reserved.