Commit Graph

20 Commits

Author SHA1 Message Date
Federico Caselli
fb53f43026 Added level to winston Logger (#9005) 2016-04-18 00:28:29 +09:00
Jason Hu
cc3e106d89 Add remove(transport: string) 2016-03-24 09:32:41 -07:00
Horiuchi_H
d4121d7690 Merge pull request #8472 from MugeSo/winston-fix-methods-argument
Winston fix methods argument
2016-03-23 12:06:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Barth, Chris
6a7b75abc6 Update winston definitions for v2.2.x 2016-03-11 11:53:16 -05:00
TANAKA Koichi
e1bc35c34e winston: allow a specific TransportOptions as 2nd arg of logger.add and winston.add 2016-03-10 18:27:34 +09:00
TANAKA Koichi
1e6c77315c winston: allow interpolation arguments in log methods 2016-03-10 18:09:00 +09:00
Masahiro Wakame
f29447a469 Merge pull request #8369 from Stephn-R/patch-1
update winston.d.ts to include color logging levels
2016-03-04 22:34:39 +09:00
Stephen Rodriguez
29d33801ce update winston.d.ts to include color logging levels
See more details >> https://github.com/winstonjs/winston#using-custom-logging-levels
2016-03-03 11:04:35 -05:00
Barth, Chris
cabe5cca7d Add support for Winston 'stringify' option 2016-02-26 16:55:05 -05:00
Aya Morisawa
fd9f16f862 Remove trailing whitespaces 2016-01-27 19:49:29 +09:00
Nimish Telang
f9eaa6f13b Fix types of addRewriters 2016-01-14 16:59:22 +00:00
Nishiyama Shun
59637e7da6 make instances ddspecific in winston
Related 5c69bdeb45
2015-09-07 15:10:55 +09:00
Daniel Rosenwasser
5c69bdeb45 Add indexer to option constructors in 'winston'. 2015-08-26 15:26:57 -07:00
Joseph Rossi
943b4db4ab Adding the default logger's level property. 2015-05-12 12:10:52 -04:00
Steven Yackel
1ad6deec11 Added the missing addColors method from winston 2014-11-20 15:51:29 -06:00
vvakame
72b094e548 fix winston/winston.d.ts 2014-10-07 14:44:26 +09:00
CodeAnimal
f8127f0223 Remove legacy node references
The legacy node references have been removed to stop the global
namespace being littered with old node definitions.
2014-09-25 01:13:47 +01:00
CodeAnimal
42dc44b2d5 Update winston definitions and tests
A large rewrite, with greater detailed definitions.

*BREAKING CHANGE:* winston.Transport and winston.Logger types have been
renamed to winston.TransportStatic and winston.LoggerStatic
respectively. Instantiating the types still uses the old syntax: ```var
logger = new winston.Logger``` but the return type's name has had
"Static" appended.
2014-09-24 22:05:34 +01:00
Bart van der Schoor
09f3d7a8dc imported 25 definitions from typescript-node-definitions
first batch: the easy pickings

- as per https://github.com/borisyankov/DefinitelyTyped/issues/115
- added DT headers (scraped creators from git history)
- added tests
- some modifications
- added CONTRIBUTORS.md for the substantial defs (>50 LOC)
2014-04-22 22:09:35 +02:00