LogConfig constructor

const LogConfig({
  1. String? access,
  2. String? error,
  3. LogLevel? loglevel,
  4. bool? dnsLog,
  5. String? maskAddress,
})

Implementation

const factory LogConfig({
  String? access,
  String? error,
  LogLevel? loglevel,
  bool? dnsLog,
  String? maskAddress,
}) = _LogConfig;