Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Vlt
SourceThis module defines the contents of a configuration file.
This module provides the function loading a configuration from a file in "new" format.
This module provides the function loading a configuration from a file in "old" format.
This module defines the concept of filter, that is predicate over an event. It is possible to register new filters through the register
function. Initially, all the filters defined in this file are registered (using the function name as the registration name).
This module defines the concept of layout, that is how an event is rendered into a string. It is possible to register new layouts through the register
function. Initially, all the layouts defined in this file (except pattern
and csv
) are registered (using the function name as the registration name).
This module defines the various levels of log, as well as some utility functions over levels.
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.
This module defines the concept of output, that is how an event is written to a channel. It is possible to register new outputs through the register
function. Initially, two outputs are registered:
This module is responsible for the management of loggers, stored in a tree.