JakeWharton/timber

Can this log without blocking the calling thread?

sarimmehdi opened this issue · 1 comments

The standard log blocks the calling thread. I want too know if this one can do logging without blocking the calling thread

No. All of the work has been done by the time the Tree is called and there's no point doing a context switch.