Closed vittorioromeo closed 1 week ago
Changing log level didn't seem to work properly, because the comparisons in Logger.ts such as this.LogLevel <= LogLevel.Error were comparing the string values of LogLevel.
Logger.ts
this.LogLevel <= LogLevel.Error
LogLevel
thank
Changing log level didn't seem to work properly, because the comparisons in
Logger.ts
such asthis.LogLevel <= LogLevel.Error
were comparing the string values ofLogLevel
.