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