package vlt

  1. Overview
  2. Docs
A variant of Bolt logging tool

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.2.5.tar.gz
sha256=756a6cba94204cda45ee767ca5f7e52ec321873dd53de48025c32dba1e03de24
md5=c0f22efcafa1119a9c82ffd9d7422da2

doc/vlt/Vlt/Name/index.html

Module Vlt.NameSource

This module defines the type of logger names, as well as conversion function from/to string. A logger name is a dot-separated list of strings.

Sourcetype t

The type of logger names.

Sourceval of_string : string -> t

Converts a string into a logger name.

Sourceval of_list : string list -> t

Converts a string list into a logger name.

Sourceval to_string : t -> string

Converts a logger name into a string.

Sourceval to_list : t -> string list

Converts a logger name into a string list.