meta: update invalid class comment

This commit is contained in:
Xymorot 2020-11-04 21:21:41 +01:00
parent 2e0bfa3260
commit e862d15d75
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const exceptionLogFile = path.resolve(loggingDir, 'exception.log');
const maxLogSize = 50000;
/**
* A logger using winston to log to files in the appPath.
* A logger not using winston to log to files in the appPath.
*/
@injectable()
export class Logger implements ILogger {