Logging
module Logging_constants = Logging_constants
module Mode : sig ... end
module Report_id : sig ... end
module Reporter : sig ... end
val database_reporter : Reporter.t
val file_reporter : Reporter.t
module Log_queryer : sig ... end
module Report_state : sig ... end
val initialize : Reporter.t list -> unit
Initializes the logging module with the specified reporters and initializes the reporters
val normal :
?title:string ->
?severity:Logging_constants.Severity.t ->
((('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'a) -> unit) ->
unit
val verbose :
?title:string ->
?severity:Logging_constants.Severity.t ->
((('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'a) -> unit) ->
unit
val tmi :
?title:string ->
?severity:Logging_constants.Severity.t ->
((('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'a) -> unit) ->
unit
Logs a message at the TMI
logging level given a message format
module Specific : sig ... end
module Phase : sig ... end
val set_previous : Gillian.Logging.Report_id.t option -> unit
module Parent : sig ... end