1.0.2 • Published 2 years ago

wdio-enverus-logger v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

WDIO Enverus logger

About

The motivation with this module is to provide a high-level abstraction for wdio logger.

Getting Started

Install WDIO Enverus Logger as an npm module and save it to your package.json file as a development dependency:

npm install wdio-enverus-logger --save-dev

Once installed it can now be referenced by simply calling

import { logger } from 'wdio-enverus-logger';

Available methods:

  • infoMsg
  • warnMsg
  • errorMsg
  • skipMsg
  • debugMsg
  • taskInfoMsg

Method Summary

MethodsMethods typeParameters
async infoMsgpublicmsg: string
async warnMsgpublicmsg: string
async errorMsgpublicmsg: string
async skipMsgpublicmsg: string
async debugMsgpublicmsg: string
async taskInfoMsgpublicmsg: string