Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
WIKIPEDIA
/
nodejs
/
daily_store_reports_nodejs
/
node_modules
/
logform
/
examples
:
combine.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
const { format } = require('../'); const { combine, timestamp, label } = format; const labelTimestamp = combine( label({ label: 'right meow!' }), timestamp() ); const info = labelTimestamp.transform({ level: 'info', message: 'What time is the testing at?' }); console.dir(info);