Getting Started

Paster the following code to the head element of the website page you want to debug / monitor log
CDN
npm (use for React / Vue / Angular)

call "init()" in index.js or your app or other location, init should happen as early as possible in your application's lifecycle.

npm i log2mejs
...
import Log2Me from 'log2mejs';
Log2Me.init();

Streaming Mode: If you want to read the log at your device

Let the tester go to your specific URL this way

Direct Display Mode: If you want to read the log at the tester's device screen

Let the tester go to your specific URL this way

Receive Log (For Streaming Mode)

If you want to read the log at your device

My Peer ID:

Device URL: no device connected yet

Log will be displayed here