Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: winston
node v13.14.0
endpoint
share
tweet
var winston = require("winston") var logger = winston.createLogger({level:'info'}) logger.info('foo', {})
Created from: https://npm.runkit.com/winston
Loading…
Clone and edit this document