(level: LogLevel)
| 229 | * Set the log level programmatically (useful for testing) |
| 230 | */ |
| 231 | export function setLogLevel(level: LogLevel): void { |
| 232 | currentLogLevel = level; |
| 233 | } |
| 234 | |
| 235 | /** |
| 236 | * Enable or disable colored output |
no outgoing calls
no test coverage detected