(message: string)
| 106 | } |
| 107 | |
| 108 | export function logInfo(message: string): void { |
| 109 | writeLogLine(LogLevel.INFO, message) |
| 110 | } |
| 111 | |
| 112 | export function getErrorCount(): number { |
| 113 | return errorCount |
nothing calls this directly
no test coverage detected