wdio-logger

5.0.0-alpha.7 • Public • Published

WDIO Logger Utility

A helper utility for logging of WebdriverIO packages

This package is used across all WebdriverIO packages to log information using the loglevel package. In can also be used for any other arbitrary Node.js project.

Install

To install the package just call

$ npm install wdio-logger

or when adding it to a WebdriverIO subpackage:

$ lerna add wdio-logger --scope <subpackage>

Usage

The package exposes a logger function that you can use to register an instance for your scoped package:

import logger from 'wdio-logger'
 
const log = logger('myPackage')
log.info('some logs')

For more info see loglevel package on NPM.

Package Sidebar

Install

npm i wdio-logger

Weekly Downloads

352

Version

5.0.0-alpha.7

License

MIT

Unpacked Size

1.73 kB

Total Files

2

Last publish

Collaborators

  • christian-bromann