DataLogger.Supervisor (data_logger v0.4.0) View Source

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.

Using this, the DataLogger application is building its supervision tree lazy and on demand.