IdaJS
    Preparing search index...

    Interface LogLevels

    Log level options for Ida.setLogLevel

    ida.LogLevels

    interface LogLevels {
        $: EnumHandler;
        Debug: 0;
        Error: 3;
        Info: 1;
        None: 4;
        Warning: 2;
    }
    Index

    Properties

    Debug: 0
    Error: 3
    Info: 1

    (Default)

    None: 4
    Warning: 2