package easy_logging
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Module to log messages. Aimed at being both powerful and easy to use
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.7.1.tar.gz
md5=ff59e729374d66cc927de16bd7b82dea
sha512=ca31fd39edab9a9592e9d5b2646dccc750037f823c4195de4b5ce4760e9463df1576806f850911ef96b359a45c35cc25f160860aa87b5519cf8b8feca8a68deb
doc/easy_logging/Easy_logging/Logging/index.html
Module Easy_logging.Logging
Default implementation of a Logging module.
val debug : bool refval make_logger :
?propagate:bool ->
string ->
Easy_logging__.Logging_types.level ->
Handlers.desc list ->
loggermake_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 -> loggerReturns a registered logger by name.
val handlers_config : Handlers.config refval set_handlers_config : Handlers.config -> unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>