mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
wip
This commit is contained in:
@@ -11,14 +11,8 @@ int main(int, char *[])
|
||||
{
|
||||
try
|
||||
{
|
||||
spdlog::cfg::env::init();
|
||||
spdlog::env::init();
|
||||
spdlog::info("Hello");
|
||||
|
||||
// auto cfg = spdlog::cfg::from_env();
|
||||
// for (auto &item : cfg)
|
||||
// {
|
||||
// spdlog::info("logger: '{}' level: '{}' pattern: '{}'", item.first, item.second.level_name, item.second.pattern);
|
||||
// }
|
||||
}
|
||||
catch (spdlog::spdlog_ex &ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user