UNPKG
@starryinternet/jobi
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Tiny logging utility with events and streams
github.com/StarryInternet/jobi
StarryInternet/jobi
@starryinternet/jobi
/
lib
/
util
/
index.js
10 lines
(8 loc)
•
222 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
buildLogObject =
require
(
'./build-log-object'
);
const
parseFormat =
require
(
'./parse-format'
);
const
parseLevel =
require
(
'./parse-level'
);
module
.
exports
= { buildLogObject, parseFormat, parseLevel };