Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 287 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 287 Bytes

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);