Defines the default dispatcher that is used when a logger is created and no alternate dispatcher is specified, either explicitly (through a constructor argument) or implicitly (through another implicit Dispatcher in scope).
Defines the default dispatcher that is used when a logger is created and no alternate dispatcher is specified, either explicitly (through a constructor argument) or implicitly (through another implicit Dispatcher in scope).
This is the sole dispatcher that should be used in libraries. For applications which explicitly configure and use the timber backend, it may sometimes be desirable to use an alternate dispatcher.