@schirrel/remote-logger

1.2.0 • Public • Published

Remote Logger

See console.log and its siblings as well as exceptions throw from another place.

Initially develop to help on mobile debug of logs, mostly for Safari or iOS Browser. But you can use as you wish.

Logs may live no more than 3/4 days at our database.

RemoteLogger

Install

    npm i @schirrel/remote-logger
    yarn add @schirrel/remote-logger

CDN

https://cdn.jsdelivr.net/gh/schirrel/remote-logger@main/lib/remote-logger.min.js

How it works

Generate your logger id at https://remote-logger.web.app/

Setup it on you app and watch the loggers at Watcher.

Usage

CDN

at HTML

    <script src="https://cdn.jsdelivr.net/gh/schirrel/remote-logger@main/lib/remote-logger.min.js"> </script>

at JavaScript

import "https://cdn.jsdelivr.net/gh/schirrel/remote-logger@main/lib/remote-logger.min.js"

Installed

import "@schirrel/remote-logger"

Now the DebugRemoteLogger is global and simple use as:

DebugRemoteLogger("your-generated-id")

Readme

Keywords

none

Package Sidebar

Install

npm i @schirrel/remote-logger

Weekly Downloads

1

Version

1.2.0

License

ISC

Unpacked Size

19.3 kB

Total Files

13

Last publish

Collaborators

  • schirrel