Type Alias: OperationalLogLevel
type OperationalLogLevel =
| "debug"
| "error"
| "info"
| "warn";
Defined in: electron/utils/operationalHooks.ts:109
type OperationalLogLevel =
| "debug"
| "error"
| "info"
| "warn";
Defined in: electron/utils/operationalHooks.ts:109