useIsLoggable property

bool useIsLoggable
getter/setter pair

Whether call Log.isLoggable method before logging in Android.

This property is not used in macOS/iOS.
When true, debug and verbose log is suppresed by default, on Android.

Implementation

bool useIsLoggable;