• v0.1_beta Pre-Release

    marcelb released this 2023-05-26 18:39:23 +02:00 | 12 commits to dev since this release

    Features

    • Logging errors to a file

    • Daily file rotation

    • Log files named by date

    • Recorded time of each log line

    • Configurable record structure

    Include

    #include "include/log/lib/log.hpp"
    

    Build

    g++ myapp.cpp include/log/src/
    
    Downloads