1. Script object OG.Debug

    Article: AN0002165Updated:

    This object offers functions for script debugging.

    Script functions

    Name Description
    void WriteAllUserRoleToLog() Method writes into log all the roles of the current user.
    void IndentationUp() Method increases indentation in the debug output.
    void IndentationDown() Method decreases indentation in the debug output.
    void WriteStartLevel(string message) Method writes a text into the debug output. and increases indentation.
    void EndLevel() Method decreases indentation.
    void Write(string format, params object[] args) Method writes a text into the debug record.
    void WriteVariable(string name, object value) Method writes a variable into the debug output.
    void Write(string message) Method writes a text into the debug output.

    Script call

    OG.Debug

×