1.2.0 • Published 10 months ago

@schirrel/remote-logger v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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")
1.2.0

10 months ago

1.1.0

1 year ago

1.0.0

1 year ago