Function tidyGetMessageLevel

Source
pub unsafe extern "C" fn tidyGetMessageLevel(
    tmessage: TidyMessage,
) -> TidyReportLevel
Expand description

Get the TidyReportLevel of the message. @param tmessage Specify the message that you are querying. @result Returns a TidyReportLevel indicating the severity or status of the message.