ALoggerConfig constructor

const ALoggerConfig({
  1. ALogLevel level = ALogLevel.verbose,
  2. String? path,
  3. String? namePrefix,
})

Implementation

const ALoggerConfig(
    {this.level = ALogLevel.verbose, this.path, this.namePrefix});