treessence / fr.bipi.tressence.console

Package fr.bipi.tressence.console

Types

SystemLogTree

class SystemLogTree : FormatterPriorityTree

An implementation of Timber.Tree which log using System.out print() method.

ThrowErrorTree

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.