Chapter 20. Logger Library

Table of Contents

20.1. Survey
20.2. Logger Structure
20.3. Usage
20.4. Logger Configuration Using the Registry
20.4.1. Registry Nodes Involved Into Logger Configuration
20.4.2. Logger Destinations Declaration
20.4.3. Selector Elements Declaration
20.4.4. Selectors Declaration
20.4.5. Example

20.1. Survey

Logger Library can be used for runtime logging of various messages (debugging, informative, error, etc.). It is proposed to be fully configurable - log messages can be filtered based on several criteria and sended to various destinations such as standard output, file, string and others. These filter rules can be configured during initialization of the library and can be changed anytime.