Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd authored Aug 22, 2024
1 parent c260c13 commit 6ced3f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ int main()
The library is designed with a clear separation between the Frontend and Backend components:
- **Frontend:** To log messages, you only need to include `Logger.h` and `LogMacros.h` in your source files. These
headers are lightweight and contain minimal dependencies.
- **Backend:** The backend implementation is included in a single `.cpp` file. This design ensures that no backend
code is injected into your other translation units, keeping compile times short and minimizing unnecessary
dependencies.
- **Backend:** The backend implementation needs to be included in a single `.cpp` file. This design ensures that no backend code is injected into your other translation units, keeping compile times short and minimizing unnecessary dependencies.
- **Compile-Time Optimization**: Strip out specific log levels at compile time to reduce runtime overhead and enhance
performance.
- **Customizable Formatters**: Tailor your log output with user-defined formatting patterns. Explore the possibilities
Expand Down

0 comments on commit 6ced3f7

Please sign in to comment.