@push.rocks/smartlog
Version:
A minimalistic, distributed, and extensible logging tool supporting centralized log management.
8 lines (7 loc) • 299 B
TypeScript
import * as plugins from './smartlog.plugins.js';
/**
* a console log optimized for smartlog
*/
export declare class ConsoleLog {
log(logLevelArg: plugins.smartlogInterfaces.TLogLevel, logMessageArg: string, dataArg?: any, correlationArg?: plugins.smartlogInterfaces.ILogCorrelation): void;
}