Frama-C API - Messages
Stored messages for persistence between sessions.
val iter : (Fclib.Log.event -> unit) -> unitIter over all stored messages. The messages are passed in emission order.
val fold : ('a -> Fclib.Log.event -> 'a) -> 'a -> 'aFold over all stored messages. The messages are passed in emission order.
val self : Fclib.State.tInternal state of stored messages
Reset the once flag of pretty-printers. Messages already printed will be printed again.
val add_hook : ((Fclib.Log.event * int) -> unit) -> unitRegister a global hook (not projectified) called on each message addition, with the new event and its index (counting from 0).
