@incubrain/logger
Version:
A modern, format-agnostic logging library for Node.js and browser environments, built on top of Consola with additional features for enterprise applications.
6 lines (5 loc) • 311 B
TypeScript
import type { LoggerRuntime, RuntimeContext } from "./types.js";
export declare function getRuntime(): LoggerRuntime;
export declare function getEnvVar(name: string): string | undefined;
export declare function getRuntimeContext(): RuntimeContext;
export declare function setupErrorHandlers(logger: any): void;