log_literal


Description:


[ Version ( since = "1.20" ) ]
public void log_literal (DebugCategory category, DebugLevel level, string file, string function, int line, Object? object, string message_string)

Logs the given message using the currently registered debugging handlers.

Parameters:

category

category to log

level

level of the message is in

file

the file that emitted the message, usually the __FILE__ identifier

function

the function that emitted the message

line

the line from that the message was emitted, usually __LINE__

object

the object this message relates to, or null if none

message_string

a message string


Namespace: Gst.Debug
Package: gstreamer-1.0