Function

Gst-1.0Gstdebug_log_id_literalSince 1.22

  • 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

    • id: string

      the identifier of the object this message relates to or null if none

    • message_string: string

      a message string

    Returns void

    1.22