Skip to content
Snippets Groups Projects
Commit 603e629b authored by Pablo Escobar's avatar Pablo Escobar
Browse files

update spdlog

parent 88137efe
No related branches found
No related tags found
No related merge requests found
Subproject commit a51b4856377a71f81b6d74b9af459305c4c644f8
Subproject commit 2c5c96e1595b01dee19353dac846091e20371429
......@@ -125,7 +125,7 @@ bool frame::setup(frame_config c) {
log_command_line(cmd_line);
if (config.log.level >= 0)
log()->info("log {}", spdlog::level::to_str((spdlog::level::level_enum)config.log.level));
log()->info("log {}", spdlog::level::to_string_view((spdlog::level::level_enum)config.log.level));
glfwSetErrorCallback([](i32 error, name description) {
......
......@@ -8,8 +8,8 @@
#include <liblava/core/version.hpp>
#include <spdlog/spdlog.h>
#include <spdlog/sinks/stdout_sinks.h>
#include <spdlog/sinks/file_sinks.h>
#include <spdlog/sinks/stdout_color_sinks.h>
#include <spdlog/sinks/basic_file_sink.h>
namespace lava {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment