0.0.8 • Published 10 months ago
@lmes/clog v0.0.8
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