@dvcol/neo-svelte
Version:
Neomorphic ui library for svelte 5
14 lines (13 loc) • 469 B
TypeScript
import { LogLevel } from '@dvcol/common-utils/common/logger';
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 { LoggerColor, LogLevel } from '@dvcol/common-utils/common/logger';