spdlog | C++ Libraries

preview_player
Показать описание

00:00 Introduction
04:09 Adding spdlog to a project
06:45 Basic logging
10:34 How logging works
14:09 Custom logger
26:50 Default logger & logger registry
30:02 Logger proxy class
Рекомендации по теме
Комментарии
Автор

Do you know how I can create my own sink, to output to a game engine debugger for example?

nobodynope
Автор

The log file is always written (the content of the log) after closing the software, can't I write the file in real time, without having to close the software?

gabrielcarvalho
Автор

is this support for Android device? how can I get data logs from android device in realtime and write to file?

datsuperman