We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf2df6 commit c3c3911Copy full SHA for c3c3911
index.d.ts
@@ -139,13 +139,6 @@ declare namespace winston {
139
input: LeveledLogMethod;
140
silly: LeveledLogMethod;
141
142
- // for syslog levels only
143
- emerg: LeveledLogMethod;
144
- alert: LeveledLogMethod;
145
- crit: LeveledLogMethod;
146
- warning: LeveledLogMethod;
147
- notice: LeveledLogMethod;
148
-
149
query(
150
options?: QueryOptions,
151
callback?: (err: Error, results: any) => void
0 commit comments