Function

Gst-1.0Gstdebug_log_get_lineSince 1.18

  • Returns the string representation for the specified debug log message formatted in the same way as gst_debug_log_default() (the default handler), without color. The purpose is to make it easy for custom log output handlers to get a log output that is identical to what the default handler would write out.

    Parameters

    • category: DebugCategory

      category to log

    • level: Gst.DebugLevel

      level of the message

    • file: string

      the file that emitted the message, usually the FILE identifier

    • _function: string

      the function that emitted the message

    • line: number

      the line from that the message was emitted, usually LINE

    • object: GObject.Object

      the object this message relates to, or null if none

    • message: DebugMessage

      the actual message

    Returns string

    1.18