AYON Cpp Dev Tools  0.1.0
Loading...
Searching...
No Matches
AyonLogger.hpp File Reference
#include "spdlog/async.h"
#include "spdlog/common.h"
#include "spdlog/sinks/basic_file_sink.h"
#include "spdlog/sinks/stdout_color_sinks.h"
#include <algorithm>
#include <cctype>
#include <filesystem>
#include <fstream>
#include <iostream>
#include <memory>
#include <mutex>
#include <set>
#include <spdlog/spdlog.h>
#include <string>
#include <utility>
Include dependency graph for AyonLogger.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AyonLogger
 Simple Logger Class that wraps around spdlog in order to expose easy logging functions. More...