public interface LogBackEnd
Modifier and Type | Method and Description |
---|---|
void |
append(java.lang.String type,
java.lang.String message)
Used by the Log class to ask the back end to append a message somehow.
|
void |
append(java.lang.String type,
java.lang.Throwable t)
Used by the Log class to ask the back end to append a message somehow.
|