New:Socket for Asana Is Now Available.Learn more
Get Started

@appium/logger

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appium/logger

A Universal Logger For The Appium Ecosystem

Source
npmnpm
Version
2.0.7
Version published
Weekly downloads
2.1M
17.28%
Maintainers
3
Weekly downloads
 
Created
Source

@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

Keywords

automation

FAQs

Package last updated on 23 Apr 2026

Related posts