()
| 536 | * Resets log constructor for testing. |
| 537 | */ |
| 538 | export function resetLogConstructorForTesting() { |
| 539 | logConstructor = null; |
| 540 | } |
| 541 | |
| 542 | /** |
| 543 | * Calls the log constructor with a given level function and suffix. |
no outgoing calls
no test coverage detected