Function

Gst-1.0Gstdebug_log_literalSince 1.20

  • Logs the given message using the currently registered debugging handlers.

    Parameters

    • category: DebugCategory

      category to log

    • level: Gst.DebugLevel

      level of the message is in

    • 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_string: string

      a message string

    Returns void

    1.20