0.0.7 • Published 5 years ago

@project-reporter/core v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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/core

Using Yarn.

yarn add @project-reporter/core

Package 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.

MethodDefinition
addLoggerRegister new logger.
removeLoggerUnregister logger.
infoLog info message.
debugLog debug message.
warnLog warning message.
errorLog error message.
traceLog trace message.

Contributing

See Contribution Guidelines