defaults property

LoggingConfiguration get defaults

Default configuration: local logging on, INFO floor, device metadata on.

Implementation

static LoggingConfiguration get defaults => LoggingConfiguration(
  enableLocalLogging: true,
  minLogLevel: LogLevel.LOG_LEVEL_INFO,
  includeDeviceMetadata: true,
);