(msg: string, options?: LogOptions)
| 9 | export type LogLevel = LogType | 'silent' |
| 10 | export interface Logger { |
| 11 | info(msg: string, options?: LogOptions): void |
| 12 | warn(msg: string, options?: LogOptions): void |
| 13 | warnOnce(msg: string, options?: LogOptions): void |
| 14 | error(msg: string, options?: LogErrorOptions): void |
no outgoing calls
no test coverage detected