opticore-logger
v1.0.28
Published
opticore logger component
Readme
Installation
npm install opticore-logger
Summary
This package contains different log levels, and allows you to trace each action carried out in a file called app.log You can see the package from (https://github.com/guyzoum77/opticore-logger).
Usage
const logger: LoggerCore = new LoggerCore();
logger.error();
logger.success();
logger.warn();
logger.info();
logger.debug();Contributors
This package is led by Guy-serge Kouacou.
Contributing
This project welcomes contributions from the community. Contributions are accepted using GitHub pull requests. If you're not familiar with making GitHub pull requests, please refer to the GitHub documentation "Creating a pull request."
