Releases: Anders429/mgba_log
Releases · Anders429/mgba_log
0.2.1
Fixed
- Synchronization bug when using the
fatal!
macro.
init()
now safely initializes the logger by disabling interrupts.
0.2.0
Changed
- Removed
voladdress
as a dependency.
Fixed
- Synchronization issues when logging from interrupt handler while already logging in main execution.
0.1.0
Added
init()
function to initialize logging.
Error
enum to represent potential errors.
fatal!
macro for logging at the Fatal
level.