/** * Simple console appender will send log values to console without the logger id. * This means the log will be identical to normal console logs. */ export declare class SimpleConsoleAppender { debug(logger: {}, ...rest: any[]): void; info(logger: {}, ...rest: any[]): void; warn(logger: {}, ...rest: any[]): void; error(logger: {}, ...rest: any[]): void; } //# sourceMappingURL=SimpleConsoleAppender.d.ts.map