Nerves.Runtime.Log.SyslogTailer (nerves_runtime v0.11.6) View Source
This GenServer routes syslog messages from C-based applications and libraries through the Elixir Logger for collection.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Start the local syslog GenServer.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Specs
start_link(any()) :: GenServer.on_start()
Start the local syslog GenServer.