* Writes a log message at the 'error' level. * * The error will be persisted to disk as long as the disk transport is * configured to pass along log messages at this level. For more details * about the on-disk transport, see log.ts in the main process. * * If used from a renderer t
(message: string, error?: Error)
| 73 | * then appended to the log message. |
| 74 | */ |
| 75 | error(message: string, error?: Error): void |
| 76 | |
| 77 | /** |
| 78 | * Writes a log message at the 'warn' level. |
no outgoing calls
no test coverage detected