@musasutisna/nodco-logging
v1.0.0
Published
make easier configuration nodejs configuration intergration with logging
Downloads
77
Readme
Nodejs config api is package to make easier configuration nodejs configuration intergration with logging.
Getting started
Lets install nodco-logging with npm
npm install --save @musasutisna/nodco-api
How to initialize
nodcoLogginConfig(
{
// default config here
}
)
| Method | Type | Description | |:--|:--|:--| | send | async | Manage logs and send into file. |
send(
logIds, // string, unique id log
message // string, message will be write into log file
)