Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 660 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 660 Bytes

stc-log

NPM version Build Status Coverage Status Dependency Status

Logger for stc

Install

npm install stc-log

How to use

import StcLog from 'stc-log'

let instance = new StcLog();
instance.error('error message');