| Class | Description |
|---|---|
| BaseTree |
Base tree for use with Timber.
|
| BaseTreeComponent |
A TreeComponent can be attached and removed to the tree at runtime.
|
| CrashComponent |
Log with
timber.log.Timber#e(Throwable, String, Object...) with the specified crashPrefix
to send a crash report to the specified service. |
| LogComponent |
A
BaseTreeComponent used for plain logging |
| VibrationComponent |
A
BaseTreeComponent which vibrates every time BaseTree.log(int, String, String, Throwable) gets called. |
| WriterComponent |
Logs and writes the log to a file.
|