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.8.2.tar.gz
md5=467a966433b97693e0c226a90b9b833e
sha512=d4b97a29225c454a2d8ed04495aa7ecd3b012d7258372be2450e9b672498ba24ce9a3079307e762e12948661bc1e104a90f167fabf60c212fe67b13d6c4edf51
doc/easy_logging/Easy_logging/Logging/index.html
Module Easy_logging.LoggingSource
Possible level of a log item.
Returns a registered logger by name, creating it if does not exist.
Convenience method used to fetch a logger and initialize it.
make_logger name level handlers_descs calls get_logger with the given name, then sets its level, adds the handlers, and then returns it.
Calling this function multiple times with the same name will keep adding handlers.
Source
val tree_to_yojson :
unit ->
[> `Assoc of (string * [> `List of 'a list | `String of string ]) list ] as 'aReturns the logging tree as yojson, with logger name and level as node data.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>