Skip to content

Overrides Javascript console methods to save log messages to a file on a server.

License

Notifications You must be signed in to change notification settings

Yermo/console-log-remote

 
 

Repository files navigation

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

About

Overrides Javascript console methods to save log messages to a file on a server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%