UNPKG
@proofofexistence/cli
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
CLI util for Proof of Existence
github.com/proofofexistence/cli
@proofofexistence/cli
/
logger.js
7 lines
(5 loc)
•
115 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
bunyan
=
require(
'bunyan'
)
const
logger
=
bunyan.createLogger({ name:
"proofx"
})
module
.
exports
= logger