DataLogger.Application (data_logger v0.4.0) View Source

The application module of the DataLogger application.

It starts a registry for registered processes, a registry for broadcasting of messages and the main dynamic supervisor, responsible for adding new logger sub-trees per sub-destination and destination.

It could start a task supervisor if :send_async is set to true for any configured destination.

Link to this section Summary

Link to this section Functions

Link to this function

start(type, config \\ [destinations: []])

View Source

Callback implementation for Application.start/2.