logging-facade
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

Logging Facade

Typescript Logger Facade

Use in library code which may log output that the library clients can control

npm i logging-facade
import { LogBindingManager, ConsoleBinding } from 'logging-facade';

LogBindingManager.registerBinding(ConsoleBinding);

Readme

Keywords

none

Package Sidebar

Install

npm i logging-facade

Weekly Downloads

4

Version

1.1.2

License

MIT

Unpacked Size

12.3 kB

Total Files

17

Last publish

Collaborators

  • r-steward