You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,17 @@ int main() {
26
26
}
27
27
```
28
28
29
-
#### Install
29
+
> [!IMPORTANT]
30
+
> You must let the `Logger` object live until all events are logged. It flushes automatically when destructed (end of scope).
31
+
32
+
---
33
+
34
+
## Install
30
35
Just add `include/` to your project. No dependencies outside C++17 STL and bundled nlohmann/json.
31
36
37
+
> [!CAUTION]
38
+
> If compiling on Windows, ensure your compiler supports at least C++17. See [CI status](https://github.com/mbn-code/cLog/actions) for tested environments.
39
+
32
40
---
33
41
34
42
## Features
@@ -39,12 +47,42 @@ Just add `include/` to your project. No dependencies outside C++17 STL and bundl
0 commit comments