0.0.2 • Published 11 months ago

@familyjs/remote-log v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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 @familyjs/remote-log
import { initLogger } from '@familyjs/remote-log';

initLogger('192.168.1.130:9000');
0.0.2

11 months ago