/clog

Captures console.log and sends to logtail

Primary LanguageTypeScriptMIT LicenseMIT

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

On Logtail

Screenshot 2022-10-26 at 10 49 43 PM

On Terminal

carbon (1)