AppLogger constructor

AppLogger(
  1. String path,
  2. String dirName
)

Implementation

AppLogger(
  String path,
  this.dirName,
) : super(path);