ALoggerConfig constructor

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

Implementation

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