Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 536 Bytes

File metadata and controls

24 lines (18 loc) · 536 Bytes

QuickLogger

About

QuickLogger is lightweight, thread-safe performance logging library written in pure C++11.

Features

  • Thread-Safe
  • Configurable log levels
  • Real time of log level toggling
  • Custom line field order, available fields: TIME,LEVEL,COMPONENT,MESSAGE (at least 1 is required)
  • Real time performance tuning - buffer size & flush frequency
  • Build-in file auto-rollover with flexible configuration:
    • Weekday based
    • Timeout based

License

GPLv3