0.0.2 • Published 1 year ago

@ionic/remote-log v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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');
0.0.2

1 year ago

0.0.1

1 year ago