Flyby SDK v0.3.0
|
#include <fstream>
#include <mutex>
#include <string>
Go to the source code of this file.
Classes | |
class | flyby::Logger |
The base logger class. More... | |
Enumerations | |
enum class | flyby::LogLevel { ERROR = 0 , WARNING , INFO , DEBUG } |
The log level that is displayed with the message in the log. | |
This file contains the logger used commonly