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
A high-performance, cross-platform **header-only** logging library for C++20 using a multi-producer, multi-consumer ring buffer with **multi-sink support** and **log rotation** capabilities.
11
11
@@ -31,11 +31,11 @@ A high-performance, cross-platform **header-only** logging library for C++20 usi
31
31
## Installation
32
32
33
33
### Option 1: Direct Copy
34
-
For manual installation, you need both slick_logger and its dependency:
34
+
For manual installation, you need both slick-logger and its dependency:
35
35
36
36
1. Copy the `include/slick/` directory to your project
37
-
2. Download `queue.h` from https://raw.githubusercontent.com/SlickQuant/slick_queue/main/include/slick/queue.h
38
-
3. Place `queue.h` in your include path or alongside the slick_logger headers
37
+
2. Download `queue.h` from https://raw.githubusercontent.com/SlickQuant/slick-queue/main/include/slick/queue.h
38
+
3. Place `queue.h` in your include path or alongside the slick-logger headers
0 commit comments