2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#ifndef LOGGER_LOGGER_H
21#define LOGGER_LOGGER_H
23#ifndef DOXYGEN_SHOULD_SKIP_THIS
26#pragma GCC diagnostic push
28#if __has_warning
("-Wdocumentation-unknown-command")
29#pragma GCC diagnostic ignored "-Wdocumentation-unknown-command"
33#include <easylogging++.h>
35#pragma GCC diagnostic pop
86 static void logToFile(
const std::string& logFile);
88 static void setQuiet(
bool quiet =
true);
90 static void setCustomFormatSpec(
const char* format,
const el::FormatSpecifierValueResolver& resolver);
static void logToFile(const std::string &logFile)
static void setVerboseLevel(int level)
static void setCustomFormatSpec(const char *format, const el::FormatSpecifierValueResolver &resolver)
static void setLogLevel(int level)
static void setQuiet(bool quiet=true)
int main(int argc, char *argv[])
std::ostream & operator<<(std::ostream &os, Code code)