0.0.7 • Published 6 years ago
@project-reporter/core v0.0.7
Project Reporter - NodeJS Core Package
The core package of Project Reporter NodeJs implementation.
This package is a part of Project Reporter NodeJs implementation, it's open-source for the community, licensed under the MIT license, so, feel free to copy, modify or use at as you need.
Installation
Using NPM.
npm i @project-reporter/coreUsing Yarn.
yarn add @project-reporter/corePackage Content
This package contains the main Reporter class, all of the core Interfaces, and the core constants that shared between project reporter packages.
Reporter class
This is the main building block for the project reporter, which have the folowing functionality.
| Method | Definition |
|---|---|
| addLogger | Register new logger. |
| removeLogger | Unregister logger. |
| info | Log info message. |
| debug | Log debug message. |
| warn | Log warning message. |
| error | Log error message. |
| trace | Log trace message. |