| 314 | * Useful for machine processing. |
| 315 | */ |
| 316 | export class JSONLogFormatter implements LogFormatter { |
| 317 | format(log: LogRecord) { |
| 318 | if (log.error instanceof Error) { |
| 319 | return JSON.stringify({ |
nothing calls this directly
no outgoing calls
no test coverage detected