pure-cpp 1.0.0
A C++ physics simulation benchmark comparing performance with Python implementations
logger.hpp File Reference

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"
Include dependency graph for logger.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Manages application logging based on command-line arguments.

Author
Le Bars, Yoann

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.