View Source DiscoLog.Supervisor (disco_log v0.7.0)

Supervisor that manages all processes required for logging. By default, DiscoLog starts it automatically, unless you use advanced configuration

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(config)

@spec start_link(DiscoLog.Config.config()) :: Supervisor.on_start()