View Source API Reference nerves_logging v0.2.2
Modules
Functions for parsing kmsg strings
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.
Functions for parsing syslog strings
This GenServer routes syslog messages from C-based applications and libraries through the Elixir Logger for collection.