UNPKG

@push.rocks/smartlog

Version:

A minimalistic, distributed, and extensible logging tool supporting centralized log management.

6 lines (5 loc) 248 B
import type { ILogDestination, ILogPackage } from '../dist_ts_interfaces/index.js'; export declare class SmartlogDestinationDevtools implements ILogDestination { handleLog(logPackageArg: ILogPackage): Promise<void>; private logInBrowser; }