UNPKG
i-log
Version:
beta (1.1.4)
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
debug module extensions
github.com/donateoa/i-log
donateoa/i-log
i-log
/
test
/
index.js
5 lines
(4 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
var l =
require
(
"i_log"
); l.
debug
(
"Testing i_log debug"
); l.info(
"Testing i_log info"
); l.
error
(
"Testing i_log error"
);