globalmapper.LogMessage ======================= .. currentmodule:: globalmapper .. py:function:: LogMessage (GM_LogLevel_t8 level, str message) -> None Reports a message to the log file for the program, at the given severity level. :param GM_LogLevel_t8 level: Severity level of the message (error, warning, etc.) :param str message: The message that will be printed to the log file. Any %-symbols will not be interpreted. :returns: Nothing :rtype: None