UNPKG

410 BTypeScriptView Raw
1/// <reference types="abp-web-resources" />
2import * as i0 from "@angular/core";
3export declare class LogService {
4 debug(logObject?: any): void;
5 info(logObject?: any): void;
6 warn(logObject?: any): void;
7 error(logObject?: any): void;
8 fatal(logObject?: any): void;
9 static ɵfac: i0.ɵɵFactoryDeclaration<LogService, never>;
10 static ɵprov: i0.ɵɵInjectableDeclaration<LogService>;
11}