enableDebugMesage property

  1. @Deprecated('Use other levels and flags in `configureLogger` to control verbosity')
bool enableDebugMesage
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;