Function

Gst-1.0Gstdebug_log_literal_with_contextSince 1.28

  • Logs a literal message with the specified context. Depending on the context state, the message may not be logged at all.

    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

    • object: GObject.Object | null

      the object this message relates to, or null if none

    • message: string

      message string

    Returns void

    1.28