| Interface | Description |
|---|---|
| Logging |
interface version of Android.util.Log methods
|
| RemoteReporter |
implement this for your server side tracing tool of choice
|
| Class | Description |
|---|---|
| AsyncLogger | |
| CrashlyticsLogger | |
| FileLogger | |
| Log |
mimics the "interface" of android log but can use a java logger
and adds some more methods to log without tag
will forward to android log for verbose and debug
and forward and log to file for higher ones
|
| LogCatLogger | |
| NewRelicLogger | |
| RemoteToolLogger | |
| SilentLogger |
this logger logs nothing:
enjoy the silence
|
| UncaughtExceptionLogger |
redirects logs plus writes uncaught exceptions as errors
|