9 Commits
Author SHA1 Message Date
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
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
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
Joseph Rossi 943b4db4ab Adding the default logger's level property. 2015-05-12 12:10:52 -04: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