BaseLogMaintain a log of actions done
val default_filename : OASISContext.source_filenameDefault file for registering log.
val load : ctxt:OASISContext.t -> unit -> (OASISTypes.name * string) listLoad the log file.
val register : ctxt:OASISContext.t -> OASISTypes.name -> string -> unitAdd an event to the log file.
val unregister : ctxt:OASISContext.t -> OASISTypes.name -> string -> unitRemove an event from the log file.
val filter :
ctxt:OASISContext.t ->
OASISTypes.name list ->
(OASISTypes.name * string) listFilter events of the log file.
val exists : ctxt:OASISContext.t -> OASISTypes.name -> string -> boolCheck if an event exists in the log file.