Nerves.Runtime.Log.KmsgTailer (nerves_runtime v0.11.6) View Source
Collects operating system-level messages from /proc/kmsg
,
forwarding them to Logger
with an appropriate level to match the syslog
priority parsed out of the message.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Start the kmsg monitoring 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 kmsg monitoring GenServer.