接口 | 说明 |
---|---|
Timber.TaggedTree |
A facade for attaching tags to logging calls.
|
Timber.Tree |
A facade for handling logging calls.
|
类 | 说明 |
---|---|
Logs |
A useful log class to help you auto add Tag and easy to disable log
You can simply use Logs instead of Log
|
LogWriter |
A class to help you log in memory.
|
Timber |
Logging for lazy people.
|
Timber.DebugTree |
A
Timber.Tree for debug builds. |
Timber.HollowTree |
A
Timber.Tree which does nothing. |