MCPcopy
hub / github.com/winstonjs/winston / format-filter.js

File format-filter.js

examples/format-filter.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { createLogger, format, transports } = require('../');
2
3// Ignore log messages if the have { private: true }
4const ignorePrivate = format((info, opts) => {

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected