@ng-log/log4a
Version:
A powerful and customizable logging library for Angular application.
14 lines (13 loc) • 545 B
TypeScript
import { HttpClient } from '@angular/common/http';
import { AbstractLogger, LogAppenderConfig } from './log4a.model';
import * as i0 from "@angular/core";
export declare class AppenderService {
private http;
appenders: AbstractLogger[];
constructor(http: HttpClient);
loadConfig(logConfig: LogAppenderConfig[]): void;
loadRuntimeConfig(): void;
getQueryParams(param: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<AppenderService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AppenderService>;
}