public static interface ErrorLogger.LogImpl
Modifier and Type | Method and Description |
---|---|
void |
logUserVisible(String message)
For user errors (HumanReadableException and similar), the user-friendly message will be
reported through logUserVisible()
|
void |
logUserVisibleInternalError(String message)
For internal errrors (all non-user errors), the user-friendly message will be reported
through logUserVisibleInternalError()
|
void |
logVerbose(Throwable e)
All exceptions will be passed to logVerbose.
|
void logUserVisible(String message)
void logUserVisibleInternalError(String message)
void logVerbose(Throwable e)