package easy_logging

  1. Overview
  2. Docs
Module to easily log messages

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.4
md5=dea0798a0e16c4c3adcd66284c78f02e
sha512=cec0646fac2c3ef0bca8991053fb0f8867737b6809cb0b191fb806d69df50ddd42fac8dc3147fb5c7f070a8156188fd7f168699189c10a3cbd3d880f81da0fbf

doc/easy_logging/Easy_logging/MakeLogging/class-logger/index.html

Class MakeLogging.loggerSource

See Easy_logging.Logging.logger for documentation

val name : string
val mutable level : log_level option
val mutable handlers : H.t list
val parent : logger option
val propagate : bool
method add_handler : H.t -> unit
method set_level : log_level -> unit
method get_handlers : H.t list
method set_propagate : bool -> unit
method effective_level : log_level
method flash : 'a. ?tags:H.tag list -> ('a, unit, string, unit) format4 -> 'a
method error : 'a. ?tags:H.tag list -> ('a, unit, string, unit) format4 -> 'a
method warning : 'a. ?tags:H.tag list -> ('a, unit, string, unit) format4 -> 'a
method info : 'a. ?tags:H.tag list -> ('a, unit, string, unit) format4 -> 'a
method debug : 'a. ?tags:H.tag list -> ('a, unit, string, unit) format4 -> 'a
method sdebug : ?tags:H.tag list -> string -> unit
method serror : ?tags:H.tag list -> string -> unit
method sflash : ?tags:H.tag list -> string -> unit
method sinfo : ?tags:H.tag list -> string -> unit
method swarning : ?tags:H.tag list -> string -> unit
method ldebug : ?tags:H.tag list -> string lazy_t -> unit
method lerror : ?tags:H.tag list -> string lazy_t -> unit
method lflash : ?tags:H.tag list -> string lazy_t -> unit
method linfo : ?tags:H.tag list -> string lazy_t -> unit
method lwarning : ?tags:H.tag list -> string lazy_t -> unit