Engauge Digitizer 2
Loading...
Searching...
No Matches
Logger.h File Reference
#include <QString>
#include <QLoggingCategory>
Include dependency graph for Logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void initializeLogging (const QString &name, const QString &filename, bool isDebug)

Variables

const QString INDENTATION_PAST_TIMESTAMP
const QString INDENTATION_DELTA

Function Documentation

◆ initializeLogging()

void initializeLogging ( const QString & name,
const QString & filename,
bool isDebug )
extern

Definition at line 15 of file Logger.cpp.

18{
19 (void)name;
20 (void)filename;
21 (void)isDebug;
22}

Variable Documentation

◆ INDENTATION_DELTA

const QString INDENTATION_DELTA
extern

◆ INDENTATION_PAST_TIMESTAMP

const QString INDENTATION_PAST_TIMESTAMP
extern