UNPKG

@documment/mmp.ui.data

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.

13 lines (12 loc) 375 B
import { LogLevel } from '../definitions/log-level.definitions'; export interface ILoggerConfig { level: LogLevel; isEnabled: boolean; toConsole: boolean; } export declare class LoggerConfig implements ILoggerConfig { level: LogLevel; isEnabled: boolean; toConsole: boolean; constructor(level: LogLevel, isEnabled: boolean, toConsole: boolean); }