nerves_runtime v0.10.2 Nerves.Runtime.Log.SyslogTailer
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
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
start_link(args)
start_link(args)
start_link(any()) :: GenServer.on_start()
start_link(any()) :: GenServer.on_start()
Start the local syslog GenServer.