* Resets the logger context to the value that was passed in the constructor.
()
| 298 | * Resets the logger context to the value that was passed in the constructor. |
| 299 | */ |
| 300 | resetContext() { |
| 301 | this.context = this.originalContext; |
| 302 | } |
| 303 | |
| 304 | isLevelEnabled(level: LogLevel): boolean { |
| 305 | const logLevels = this.options?.logLevels; |
no outgoing calls
no test coverage detected