@appium/logger
A Universal Logger For The Appium Ecosystem
Last updated 4 months ago by jlipps .
ISC · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @appium/logger 
SYNC missed versions from official npm registry.

@appium/logger

Appium's logging functionality

Installation

npm install @appium/logger --save

Basic 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

Current Tags

  • 2.0.6                                ...           latest (2 days ago)
  • 2.0.0-rc.1                                ...           rc (8 months ago)

18 Versions

  • 2.0.6                                ...           2 days ago
  • 2.0.5                                ...           a month ago
  • 2.0.4                                ...           3 months ago
  • 2.0.3                                ...           4 months ago
  • 2.0.2                                ...           6 months ago
  • 2.0.1                                ...           7 months ago
  • 2.0.0                                ...           8 months ago
  • 2.0.0-rc.1                                ...           8 months ago
  • 1.7.1                                ...           10 months ago
  • 1.7.0                                ...           a year ago
  • 1.6.1                                ...           2 years ago
  • 1.6.0                                ...           2 years ago
  • 1.5.0                                ...           2 years ago
  • 1.4.2                                ...           2 years ago
  • 1.4.1                                ...           2 years ago
  • 1.3.0                                ...           2 years ago
  • 1.2.0                                ...           2 years ago
  • 1.1.0                                ...           2 years ago
Downloads
Today 0
This Week 2
This Month 5
Last Day 1
Last Week 3
Last Month 0
Dependencies (4)
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |