View Source NervesLogging.KmsgTailer (nerves_logging v0.2.2)
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.
Summary
Functions
Returns a specification to start this module under a supervisor.
Start the kmsg monitoring GenServer.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec start_link(any()) :: GenServer.on_start()
Start the kmsg monitoring GenServer.