abp-ng2-module
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.
12 lines (11 loc) • 410 B
TypeScript
/// <reference types="abp-web-resources" />
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>;
}