UNPKG

@pazznetwork/ngx-chat

Version:

[![Build status](https://api.travis-ci.com/pazznetwork/ngx-chat.svg?branch=master)](https://travis-ci.com/pazznetwork/ngx-chat) [![Coverage](https://coveralls.io/repos/github/pazznetwork/ngx-chat/badge.svg?branch=master)](https://coveralls.io/github/pazzn

20 lines (19 loc) 530 B
import * as i0 from "@angular/core"; export declare enum LogLevel { Disabled = 0, Error = 1, Warn = 2, Info = 3, Debug = 4 } export declare class LogService { logLevel: LogLevel; writer: Console; messagePrefix: () => string; error(...messages: any[]): void; warn(...messages: any[]): void; info(...messages: any[]): void; debug(...messages: any[]): void; static ɵfac: i0.ɵɵFactoryDeclaration<LogService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<LogService>; }