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/Logging/index.html

Module Easy_logging.Logging

Default implementation of a Logging module.

class logger : ?parent:logger option -> string -> object ... end
val make_logger : ?propagate:bool -> string -> log_level -> Default_handlers.desc list -> logger

make_logger name level handlers_descs creates a new logger instance from the given arguments, then register it internally, and returns it.

val get_logger : string -> logger

Returns a registered logger by name.