1.2.4 • Published 7 years ago

narrolog v1.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

narrolog

a simple log tool based on nodejs.

config

call setOptions to config narrolog.

{
    "level": 3, // debug level 0-never, 1-only error, 2-error and warning, 3-all
    "mode": 0, // log mode 0-console, 1-file
    "logFile": "" // log file path, only when mode == 1 eg: log/error.log
}
1.2.4

7 years ago

1.2.3

7 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago