@dvcol/neo-svelte
Version:
Neomorphic ui library for svelte 5
15 lines (14 loc) • 514 B
TypeScript
import { LogLevel } from '@dvcol/common-utils/common/logger';
export declare const LoggerKey: "SR Router";
export declare class Logger {
static logger: any;
static colorize: any;
static setLogLevel(logLevel: LogLevel | keyof typeof LogLevel): void;
static get timestamp(): any;
static get trace(): any;
static get debug(): any;
static get info(): any;
static get warn(): any;
static get error(): any;
}
export { LogLevel, LoggerColor } from '@dvcol/common-utils/common/logger';