Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.59 KB

logging_module.rst

File metadata and controls

52 lines (38 loc) · 2.59 KB

Module Structure

The logging module provides the following classes:

Logging module class diagram

The module can be further extended by creating new consumer classes deriving from |LogConsumer-api| and/or |OStreamConsumer-api|. To enable a custom consumer just follow the instructions on :ref:`dds_layer_log_register_consumers`.