enableDebugMesage property
- @Deprecated('Use other levels and flags in `configureLogger` to control verbosity')
getter/setter pair
If set totrue, some additional log will be printed
which will be helpful for debug
Implementation
@Deprecated(
'Use other levels and flags in `configureLogger` to control verbosity')
static bool enableDebugMesage = false;