:right-sidebar: True LogContextHashFlags =================================================================== .. currentmodule:: gi.repository.Gst .. versionadded:: 1.28 .. class:: LogContextHashFlags :no-contents-entry: Flags to control how the message hash is calculated in a :obj:`~gi.repository.Gst.LogContext`\. The message hash is used to determine if a message is a duplicate of a previously logged message. Fields ------ .. rst-class:: interim-class .. class:: LogContextHashFlags :no-index: .. attribute:: DEFAULT Default behavior for logging context (uses object, format, file but not line number or string args) .. attribute:: IGNORE_FILE Ignore file name when calculating message hash .. attribute:: IGNORE_FORMAT Ignore the "format" part of the debug log message .. attribute:: IGNORE_OBJECT Ignore object pointer or object ID when calculating message hash .. attribute:: USE_LINE_NUMBER Use line number when calculating message hash (not used by default) .. attribute:: USE_STRING_ARGS Use the arguments part of the string message (not used by default)