Interface ILogger

Native interface

interface ILogger {
    debug(...args): void;
    error(...args): void;
    info(...args): void;
    warn(...args): void;
}

Methods

Generated using TypeDoc