@appium/logger
v2.0.3
Published
A Universal Logger For The Appium Ecosystem
Readme
@appium/logger
Appium's logging functionality
Installation
npm install @appium/logger --saveBasic Usage
import log from '@appium/logger';
// additional stuff ---------------------------+
// message ----------+ |
// prefix ----+ | |
// level -+ | | |
// v v v v
log.info('fyi', 'I have a kitty cat: %j', myKittyCat);History
This module is forked from npmlog under ISC License because the original project has been archived. Please check the npmlog changelog to see the list of former module updates before it was forked.
License
ISC License
