-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
It would be nice to define custom log levels in a similar way to the full log4js to avoid TypeScript compile errors.
Using a custom log level (e.g.: this.log.verbose('some msg') causes a compiler error: Property 'verbose' does not exist on type 'Logger'.
Using @ts-ignore doesn't scale well and typing log4js as any is hacky and dangerous.
Metadata
Metadata
Assignees
Labels
No labels