PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@hashgraph/sdk/lib/logger

Просмотр файла: LogLevel.d.ts

declare class LogLevel {
    /**
     * @param {string} level
     * @returns {LogLevel}
     */
    static _fromString(level: string): LogLevel;
    /**
     * @hideconstructor
     * @internal
     * @param {string} name
     */
    constructor(name: string);
    /** @readonly */
    readonly _name: string;
    /**
     * @returns {string}
     */
    toString(): string;
}
declare namespace LogLevel {
    const Silent: LogLevel;
    const Trace: LogLevel;
    const Debug: LogLevel;
    const Info: LogLevel;
    const Warn: LogLevel;
    const Error: LogLevel;
    const Fatal: LogLevel;
}
export default LogLevel;

Выполнить команду


Для локальной разработки. Не используйте в интернете!