public abstract class TemplateLog extends Object implements Log
| Constructor and Description |
|---|
TemplateLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
dbg(List<Object> contexts,
String message,
Throwable throwable)
Logs a debug message.
|
void |
err(List<Object> contexts,
String message,
Throwable throwable)
Logs an error message.
|
static String |
printStackTrace(Throwable throwable)
Prints the stack trace of the specified throwable into a string.
|
void |
wrn(List<Object> contexts,
String message,
Throwable throwable)
Logs a warning message.
|
@NotNull public static String printStackTrace(@NotNull Throwable throwable)
throwable - the throwable instance.public void dbg(@NotNull
List<Object> contexts,
@Nullable
String message,
@Nullable
Throwable throwable)
Logpublic void err(@NotNull
List<Object> contexts,
@Nullable
String message,
@Nullable
Throwable throwable)
Log