class SystemLogTree : FormatterPriorityTree
An implementation of Timber.Tree which log using System.out print() method. |
|
class ThrowErrorTree : PriorityTree
An implementation of Timber.Tree which throws java.lang.Error when priority of log is exceeded the limit. Useful for development or test environment. |