JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 426
  • Score
    100M100P100Q35137F
  • License Apache-2.0

Logging utility for appium

Package Exports

  • appium-logger

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (appium-logger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

appium-logger

NPM version Downloads Dependency Status devDependency Status

Build Status Coverage Status

Basic logger defaulting to npmlog with special consideration for running tests (doesn't output logs when run with _TESTING=1 in the env).

import { getLogger } from 'appium-logger';
let log = getLogger('mymodule');
log.info("hi!");