public class ExceptionLogger
extends java.lang.Object
Constructor and Description |
---|
ExceptionLogger(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
void |
log(java.lang.Exception e)
Logs the exception to the default error log.
|