Link-centralized, modular event logging facility
Go to file
Lioncash 94d1c558a0 logvisor: Use std::fputs/std::fputc where applicable
We can just use std::fputc when inserting a single character instead of
using std::fputs. Likewise, we can use std::fputs over std::fprintf when
no formatting specifiers are present.
2019-08-26 10:31:45 -04:00
fmt@25ff2efc0a Fix custom formatting of multiple character types 2019-07-25 16:31:54 -10:00
include logvisor: Make Module constructor constexpr 2019-08-17 19:47:20 -04:00
lib logvisor: Use std::fputs/std::fputc where applicable 2019-08-26 10:31:45 -04:00
.gitmodules Integrate libfmt for format strings 2019-07-19 18:21:39 -10:00
CMakeLists.txt Integrate libfmt for format strings 2019-07-19 18:21:39 -10:00
Config.cmake.in Add cmake package config files 2019-05-22 18:07:58 -10:00
LICENSE Update LICENSE date 2016-03-06 17:11:13 -10:00