@ng-log/log4a
Version:
A powerful and customizable logging library for Angular application.
16 lines (15 loc) • 579 B
TypeScript
import { OnInit } from '@angular/core';
import { Log4a } from '../log4a.service';
import * as i0 from "@angular/core";
export declare class LogConfigComponent implements OnInit {
logger: Log4a;
isChecked: boolean;
constructor(logger: Log4a);
ngOnInit(): void;
enableLog(): void;
enableDate(): void;
setLogLevel(level: string): void;
logmsg(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LogConfigComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LogConfigComponent, "log-config", never, {}, {}, never, never, false, never>;
}