LogEngine2 is a C++ header only library for easy and flexible logging.
Contains small amount of code in compare with other logging libraries.
Just copy the files from include folder to your project folder and use a C++20 compiler.
LogEngine2 can load loggers from .lfg file. Examples of .lfg files are included into bundle.
LogEngine2 provides various log targets: regular files, rotating log files, console logging, string stream, user custom function.
Log line format is easy configurable.
Features
- Headers only or compiled
- Feature-rich log formatting, using the C++20 std::format()
- Load loggers configuration from .lfg file
- Asynchronous logging mode (optional)
- Thread safe and thread unsafe loggers
- Custom callback logger type
- Log targets: Regular log files, Rotating files, Console, String stream, Custom function
- Log statistics
- Customizable log line patterns
Follow LogEngine2 library
Other Useful Business Software
Level Up Your Cyber Defense with External Threat Management
Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of LogEngine2 library!