Lime3DS/src/common/logging
Taylor Rodríguez d82be7ac7c
Fix bug where log file was not generated on first run (#729)
* Fix bug where log file was not generated on first run

This fix resolves issue #727.

On first start, Log::Initialize attempts to create the `azahar-emu/log/`
directory. However, it fails because `azahar-emu/` does not exist. Using
FileUtil::CreateFullPath instead will create both `azahar-emu` and
`log/`.

* Update license header
2025-03-20 11:49:51 +00:00
..
backend.cpp Fix bug where log file was not generated on first run (#729) 2025-03-20 11:49:51 +00:00
backend.h Add log regex filter (#9) 2024-11-07 14:41:29 +01:00
filter.cpp Various savestate bugfixes 2025-03-12 20:50:51 +01:00
filter.h logging: Simplify and make thread-safe 2023-06-30 12:15:51 +03:00
formatter.h Fix gcc 13+ compilation and update fmt. (#142) 2024-11-07 14:44:03 +01:00
log_entry.h common: Address feedback 2023-07-03 17:13:00 +03:00
log.h log: fix SOC_U::Accept LOG_DEBUG call, and ensure such mistakes get picked up at compile time (#7463) 2024-02-25 21:43:29 -08:00
text_formatter.cpp common: Reduce unused includes 2023-06-30 12:15:52 +03:00
text_formatter.h common: Reduce unused includes 2023-06-30 12:15:52 +03:00
types.h Various savestate bugfixes 2025-03-12 20:50:51 +01:00