API Reference data_logger v0.4.0

Modules

A DataLogger can log any data to any configured destination.

The application module of the DataLogger application.

A behaviour, representing a destination for data logging.

A worker process, created and supervised per destination and per topic/sub-destination.

Supervisor of a group of DataLogger.Destination.Controller workers for given topic. For every configured destination, there will be a worker (unless prefixes are used).

A DynamicSupervisor which adds a new DataLogger.Destination.Supervisor and its sub-tree of workers to its children, whenever a new topic, for which data haven't been logged until now is passed to DataLogger.log/2.