Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wdio-logger

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-logger

A helper utility for logging of WebdriverIO packages

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
32
decreased by-67.35%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 13 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc