abp-ng2-module
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.
11 lines (10 loc) • 366 B
TypeScript
import * as i0 from "@angular/core";
export declare class LogService {
debug(logObject?: any): void;
info(logObject?: any): void;
warn(logObject?: any): void;
error(logObject?: any): void;
fatal(logObject?: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LogService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<LogService>;
}