nerves_runtime v0.9.3 Nerves.Runtime.Log.KmsgTailer
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
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 kmsg monitoring GenServer.