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

latest
Source
npmnpm
Version
2.0.11
Version published
Weekly downloads
2.4M
7.62%
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

android

FAQs

Package last updated on 24 Aug 2026

Related posts