* Formats a log event for console output. * * @param event The log event to format * @returns An array of format string and parameters suitable for console methods
(event: LogEvent)
| 33 | * @returns An array of format string and parameters suitable for console methods |
| 34 | */ |
| 35 | format(event: LogEvent): unknown[] |
| 36 | } |
| 37 | |
| 38 | /** |
no outgoing calls
no test coverage detected