Trainer
Trainer interface for handling log messages in barK
Trainers are responsible for determining how and where log messages are output. Different trainers can handle logs differently - some might write to Android's Logcat, others to files, remote services, or colored console output for tests.
Trainers should implement their own level filtering if needed, as the Bark object delegates all messages to all trained Trainers.
Since
0.0.1
Inheritors
AndroidLogTrainer
UnitTestTrainer
NSLogTrainer