emilk / emilk/loguru

how to release loguru

Open
#172 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
1.9k
Forks
280
Avg merge
7m
Merged PRs (30d)
4

Description

how to release loguru?

```cpp
loguru::add_file("everything.log", loguru::Append, loguru::Verbosity_MAX);
loguru::add_file("everything.log", loguru::Append, loguru::Verbosity_MAX);
LOG_F(INFO, "I'm hungry for some %.3f!", 3.14159);
```

In this case, the log will be printed twice

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.