Android Log Trainer
AndroidLogTrainer handles logging to Android's Logcat system.
This trainer outputs logs using Android's built-in Log class, which makes them visible in Android Studio's Logcat window and device logs.
The trainer automatically detects test environments and disables itself during tests to avoid interfering with test console output.
Since
0.0.1
Parameters
min Level
Minimum log level to output (defaults to Level.VERBOSE - shows all)