Skip to content
Snippets Groups Projects
Commit c82fc071 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

rename fmt-based logging

parent c8c02769
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@
// Created by webpigeon on 11/06/22.
//
#ifndef FGGL_DEBUG_IMPL_LOGGING_STD20_HPP
#define FGGL_DEBUG_IMPL_LOGGING_STD20_HPP
#ifndef FGGL_DEBUG_IMPL_LOGGING_FMT_HPP
#define FGGL_DEBUG_IMPL_LOGGING_FMT_HPP
#include <fmt/format.h>
#include <iostream>
......@@ -114,4 +114,4 @@ namespace fggl::debug {
}
#endif //FGGL_DEBUG_IMPL_LOGGING_STD20_HPP
#endif //FGGL_DEBUG_IMPL_LOGGING_FMT_HPP
......@@ -48,6 +48,6 @@ namespace fggl::debug {
void log(Level level, FmtType fmt, T&& ...args);
}
#include "fggl/debug/impl/logging_std20.hpp"
#include "fggl/debug/impl/logging_fmt.hpp"
#endif //FGGL_DEBUG_LOGGING_HPP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment