mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-02-14 00:51:40 +00:00
![]() Sinks: - OutputDebugString() (for debugger on Windows) - Standard output stream (stdout) - File - Developer console (Qt widget) Improvements compared to our old logging system based on Qt: - Duplicate messages are skipped if less than 5 seconds have passed. When that happens, an informative message is printed. - The previous format/pattern is retained, but the log level (e.g. "<W>") is colored based on the severity. - The log is now written to a file on all platforms, not only Windows and macOS. - When the log file's size reaches 5 MiB, the sink renames it and creates a new one. Up to 4 files are kept: Console.txt -> Console.1.txt Console.1.txt -> Console.2.txt Console.2.txt -> Console.3.txt Console.3.txt -> <delete> - We can eventually create multiple loggers, ideally one for each facility (Audio, ServerHandler, etc.). That would allow us to quickly filter log messages and know right away which subsystem is responsible for them. - Modern C++ string formatting. This of course only applies to the new functions such as log::debug(), not qDebug(). Only one "feature" is not reimplemented: showing a dialog in case of a fatal error, right before exiting the program. However, that only worked on Windows and macOS using their native API, to avoid depending on a Qt event loop. |
||
---|---|---|
.. | ||
arc4random | ||
cmake-compiler-flags@c0e8552d47 | ||
FindPythonInterpreter@bb4d3ea843 | ||
flag-icons@38dbe5f294 | ||
GL | ||
gsl@0f6dbc9e29 | ||
jack/jack | ||
mach-override-build | ||
mach-override-src@919148f94d | ||
minhook@5e338f86bc | ||
nlohmann_json@9cca280a4d | ||
pipewire | ||
portaudio | ||
pulseaudio/pulse | ||
qqbonjour | ||
renamenoise@2a551ab126 | ||
smallft | ||
spdlog | ||
speexdsp@738e17905e | ||
speexdsp-build | ||
SPSCQueue@fefa146bd2 | ||
tracy@897aec5b06 | ||
utfcpp@e717ac3928 | ||
xinputcheck-build | ||
xinputcheck-src |