LogLevels

Signature

export declare enum LogLevels {    Debug = 0,    Info = 1,    Warn = 2,    Error = 3,    Fatal = 4}

Members

This export does not declare public properties or methods in the generated declaration file.