AppLoggingKit constructor

AppLoggingKit(
  1. {bool localLog,
  2. String path,
  3. String fileName,
  4. bool otherLog,
  5. OtherLogConfig otherLogConfig}
)

Implementation

factory AppLoggingKit({
  bool localLog,
  String path,
  String fileName,
  bool otherLog,
  OtherLogConfig otherLogConfig,
}) {
  return _singleton;
}