MCPcopy
hub / github.com/winstonjs/winston / quick-start.js

File quick-start.js

examples/quick-start.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { createLogger, format, transports } = require('../');
2
3const logger = createLogger({
4 level: 'info',

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected