- Synchronization bug when using the
fatal!
macro. init()
now safely initializes the logger by disabling interrupts.
- Removed
voladdress
as a dependency.
- Synchronization issues when logging from interrupt handler while already logging in main execution.
init()
function to initialize logging.Error
enum to represent potential errors.fatal!
macro for logging at theFatal
level.