useIsLoggable property
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;
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.
bool useIsLoggable;