|
pure-cpp 1.0.0
A C++ physics simulation benchmark comparing performance with Python implementations
|
Manages application logging based on command-line arguments. More...
#include <QDebug>#include <QFile>#include <QHash>#include <QSet>#include <QString>#include <QTextStream>#include <iostream>#include "cmd_line_parser.hpp"

Go to the source code of this file.
Classes | |
| class | AppUtils::Logger |
| Manages application logging based on command-line arguments. More... | |
Namespaces | |
| namespace | AppUtils |
| Namespace for application-wide utility functions, primarily for exception handling. | |
Manages application logging based on command-line arguments.
This file is part of the pure C++ benchmark.
This class sets up a custom Qt message handler to filter logs by level and route them to the console, a file, or syslog as specified by the user.
Definition in file logger.hpp.