Skip to content

Commit

Permalink
Revert "Remove nonexistent Logger methods from types" (#2434)
Browse files Browse the repository at this point in the history
This reverts commit c3c3911.
  • Loading branch information
DABH committed Mar 24, 2024
1 parent d95c948 commit 0277035
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.d.ts
Expand Up @@ -139,6 +139,13 @@ declare namespace winston {
input: LeveledLogMethod;
silly: LeveledLogMethod;

// for syslog levels only
emerg: LeveledLogMethod;
alert: LeveledLogMethod;
crit: LeveledLogMethod;
warning: LeveledLogMethod;
notice: LeveledLogMethod;

query(
options?: QueryOptions,
callback?: (err: Error, results: any) => void
Expand Down

0 comments on commit 0277035

Please sign in to comment.