LogHog.Supervisor (log_hog v0.3.0)

View Source

Supervisor that manages all processes required for logging. By default, LogHog starts it automatically.

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(LogHog.Config.config()) :: Supervisor.on_start()