LogConfig constructor

LogConfig({
  1. String? filePath,
  2. int? fileSize,
  3. LogLevel? level,
})

Constructs a LogConfig

Implementation

LogConfig({this.filePath, this.fileSize, this.level});