UNPKG

xincbot

Version:

A flexible QQ bot framework based on NapCat and node-napcat-ts

14 lines 423 B
import type { LoggerOptions } from './'; declare class Logger { private logger; constructor(options?: Partial<LoggerOptions>); private formatTimestamp; private getLevelColor; info(message: string): void; error(message: string): void; warn(message: string): void; debug(message: string): void; } export declare const logger: Logger; export default Logger; //# sourceMappingURL=logger.d.ts.map