AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Type Alias LogTypes

    LogTypes:
        | "app"
        | "rvm"
        | "debug"
        | "debug:self"
        | "debug:self:archive"
        | "debug:self:archive:last"

    Log types

    Note: For the debug log options, the one with the most specific matching pattern will be used.

    Type Declaration

    • "app"

      Uploads app logs

    • "rvm"

      Uploads rvm logs

    • "debug"

      Uploads all debug logs

    • "debug:self"

      Uploads the most current debug log the current application

    • "debug:self:archive"

      Uploads all debug logs for the current application

    • "debug:self:archive:last"

      Uploads the last two debug logs for the current application