sandy-logger
v1.0.2
Published
For colored console logging
Downloads
6
Maintainers
Readme
sandy-logger
A console logger for different type of messages i.e. warnning, error, success and info etc.
Usage
import { Logger } from 'sandy-logger';
Log.error('something went wrong');
Log.warn('check you back!');
Log.info('Great !!');