LogMessage¶
- globalmapper.LogMessage(GM_LogLevel_t8 level, str message) None [source]¶
Reports a message to the log file for the program, at the given severity level.
- Parameters:
level (GM_LogLevel_t8) – Severity level of the message (error, warning, etc.)
message (str) – The message that will be printed to the log file. Any %-symbols will not be interpreted.
- Returns:
Nothing
- Return type:
None