@lmes/clog
v0.0.8
Published
Captures console.log and send to logtail
Downloads
14
Readme
Clog
Captures console.log and send to logtail
Usage
import { Clog } from '../src';
Clog.init('YOUR_LOGTAIL_TOKEN');
console.log('Hello World'); // this will log in console as well streamed to logtail