Function

Gst-1.0Gstdebug_log_id_literal_with_contextSince 1.28

  • Logs a message with the specified context and ID. If the context has already seen this message based on its flags configuration, the message will not be logged.

    level >= Gst.DebugLevel.MEMDUMP is not supported.

    Parameters

    • ctx: LogContext
    • 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 that emitted the message, usually the LINE identifier

    • id: string | null

      the contextual ID of the message

    • message: string

      message string

    Returns void

    1.28