core/logger library
Properties
- isLoggingEnabled → bool
-
Returns whether logging is currently enabled.
no setter
Functions
-
configureLogging(
{bool enableLogs = false}) → void - Configures FlutterTimeGuard logging.
-
safeLog(
Object? message, {Object? error}) → void -
Prints
messageonly when logging is enabled via configureLogging.