(message: string, attributes?: ExtendedAttributes)
| 53 | * @throws {Error} if no active logger is found |
| 54 | */ |
| 55 | export function error(message: string, attributes?: ExtendedAttributes) { |
| 56 | getActiveLogger().error(message, attributes) |
| 57 | } |
no test coverage detected