#include "common.h"
#include "core/utilities.h"
#include "log_entries.h"
#include <ctime>
#include <fstream>
#include <iomanip>
#include <map>
#include <regex>
#include <set>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
|
class | LogMetaData |
| Store information about the log entry (LogLevel, Timestamp, ...) More...
|
|
class | Logger |
| Logging interface that stores logs, allow logfile writing, also contains other output methods. More...
|
|
◆ ATILACALCULATORSOFTWARE_LOGGER_H
#define ATILACALCULATORSOFTWARE_LOGGER_H |