Socket
Book a DemoInstallSign in
Socket

@ionic/remote-log

Package Overview
Dependencies
Maintainers
25
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/remote-log

Add remote logging to your web application

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
25
Created
Source

Remote Logging

Call initLogger to override console.log, console.warn, console.error and console.info functions which will be routed to the given remote server.

npm install @ionic/remote-log
import { initLogger } from '@ionic/remote-log';

initLogger('192.168.1.130:9000');

Keywords

vscode

FAQs

Package last updated on 12 Feb 2023

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