0.0.2 • Published 2 years ago
@familyjs/remote-log v0.0.2
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-logimport { initLogger } from '@familyjs/remote-log';
initLogger('192.168.1.130:9000');0.0.2
2 years ago