appcd-logger
Defines the default logger for appcd components. The primary benefits of this package is to create a
single default configured logger and only have a single
SnoopLogg dependency since it carries a hefty size on
disk.
Visit https://github.com/appcelerator/appc-daemon for more information.
Report issues to GitHub issues. Official issue tracker in JIRA.
Installation
npm i appcd-logger
Usage
import appcdLogger from 'appcd-logger';
const logger = appcdLogger('my:namespace');
logger.info('hi');
Legal
This project is open source under the Apache Public License v2 and is developed by
Axway, Inc and the community. Please read the LICENSE
file included
in this distribution for more information.