Frama-C API - Event
type t = eventPretty prints the event header and message. This function outputs the semantic tags if any in the event message.
val pretty : ?truncate:Rich_text.truncation -> Stdlib.Format.formatter -> t -> unitPretty prints the event header and message. This function outputs the semantic tags if any in the event message.
val message : t -> stringExtract the message as a string. The output will be truncated if the message is too long.
