UNPKG
@roarr/fastify
Version:
latest (1.2.1)
1.2.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Roarr Fastify compatible logger.
github.com/gajus/roarr-fastify
gajus/roarr-fastify
@roarr/fastify
/
init.js
6 lines
(4 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
const
globalThis =
require
(
'globalthis'
)();
const
createLogWriter =
require
(
'./dist/src/factories/createLogWriter.js'
).
createLogWriter
; globalThis.
ROARR
= globalThis.
ROARR
? globalThis.
ROARR
: {}; globalThis.
ROARR
.
write
=
createLogWriter
();