Engauge Digitizer 2
Loading...
Searching...
No Matches
Logger.cpp File Reference
#include "Logger.h"
#include <QString>
Include dependency graph for Logger.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ INDENTATION_DELTA()

const QString INDENTATION_DELTA ( " " )

◆ INDENTATION_PAST_TIMESTAMP()

const QString INDENTATION_PAST_TIMESTAMP ( " " )

◆ initializeLogging()

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

Definition at line 15 of file Logger.cpp.

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