Welcome to the documentation of the Ceylan-Traces API

Copyright © 2024 Olivier Boudeville

Version: 1.0.21

Authors: Olivier Boudeville (olivier (dot) boudeville (at) esperide (dot) com).

References

Overview

Ceylan-Traces provides Erlang applications with advanced trace services, so that the user can efficiently log, browse and search through detailed runtime messages that may be emitted concurrently (i.e. in a parallel, distributed way) by all kinds of processes.

This website presents the documentation of the API (Application Programming Interface) of Traces version 1.0.21 (as of Sunday, January 14, 2024).

Ceylan-Traces relies on the WOOPER layer (for object-oriented constructs) and on the Myriad layer (as a generic Erlang toolbox).

Note that, currently, code based on WOOPER is not correctly taken into account by edoc: due to limitations, most of the listed functions lack their documentation, and all methods and also generated code, such as constructors are invisible to edoc, respectively as it is not aware that they are actually exported in, or added to, the AST. However the full Traces codebase is intensely documented, refer to this repository for full information.


Generated by EDoc