Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
{ createLogger, format, transports } = require(
'../'
);
2
3
const
logger = createLogger({
4
level:
'info'
,
Callers
nothing calls this directly
Calls
2
add
Method · 0.45
log
Method · 0.45
Tested by
no test coverage detected