Expand description
rtapi-logger is a logging driver for the log ecosystem.
Other loggers which don’t use the RTAPI logging machinery provided by LinuxCNC are relatively
slow and can unnecessarily block realtime tasks. rtapi-logger hooks into LinuxCNC’s logging
machinery to prevent these problems, whilst also allowing the use of the convenient macros
provided by log.
Please note this crate is still somewhat experimental. For example, currently all messages are
logged at the ERR level provided by LinuxCNC.