debug_plugin_message


Description:


[ Version ( since = "3.4" ) ]
public void debug_plugin_message (string file, int line, string function, string message)

If the section DEBUG_PLUGINS is enabled, then logs the trace information file, line, and function along with message.

This function may be overridden by GObject Introspection language bindings to be more language-specific.

Python

A PyGObject override is provided that has the following signature:

    def debug_plugin_message(format_str, *format_args):
#...

It automatically supplies parameters file, line, and function, and it formats format_str with the given format arguments. The syntax of the format string is the usual Python string formatting syntax described by 5.6.2. String Formatting Operations.

Parameters:

file

file name.

line

line number.

function

name of the function that is calling debug_plugin_message.

message

a message.


Namespace: Gedit
Package: gedit