mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Provide source location support for systemd_sink.h
This commit is contained in:
@@ -8,6 +8,6 @@ TEST_CASE("systemd", "[all]")
|
||||
spdlog::logger logger("spdlog_systemd_test", systemd_sink);
|
||||
|
||||
logger.debug("test debug");
|
||||
logger.error("test error");
|
||||
SPDLOG_LOGGER_ERROR((&logger), "test error");
|
||||
logger.info("test info");
|
||||
}
|
||||
|
Reference in New Issue
Block a user