package oasis

  1. Overview
  2. Docs
Tooling for building OCaml libraries and applications

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.8.tar.gz
sha256=1e535de19fce623cc0019d2bbc4b158ac47e10b0165620e2ea459b1b0fdbc7d2
md5=9ba176512a3cc008ec39cd4b528cc4e5

doc/oasis.base/BaseLog/index.html

Module BaseLog

Maintain a log of actions done

  • author Sylvain Le Gall
val default_filename : OASISContext.source_filename

Default file for registering log.

val load : ctxt:OASISContext.t -> unit -> (OASISTypes.name * string) list

Load the log file.

val register : ctxt:OASISContext.t -> OASISTypes.name -> string -> unit

Add an event to the log file.

val unregister : ctxt:OASISContext.t -> OASISTypes.name -> string -> unit

Remove an event from the log file.

val filter : ctxt:OASISContext.t -> OASISTypes.name list -> (OASISTypes.name * string) list

Filter events of the log file.

val exists : ctxt:OASISContext.t -> OASISTypes.name -> string -> bool

Check if an event exists in the log file.

OCaml

Innovation. Community. Security.