mirror of
https://github.com/mupen64plus-ae/netplayroom-manager.git
synced 2024-11-23 05:39:54 +00:00
Fix logging level across all files
This commit is contained in:
parent
e0b36f0d6b
commit
d0462a452e
@ -23,6 +23,7 @@ cmake_minimum_required(VERSION 3.10)
|
||||
project(netplayroom-manager)
|
||||
|
||||
add_definitions("-std=c++17")
|
||||
add_compile_definitions(SPDLOG_ACTIVE_LEVEL=0)
|
||||
|
||||
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
|
||||
conan_basic_setup()
|
||||
|
@ -24,8 +24,6 @@
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
|
||||
#define SPDLOG_ACTIVE_LEVEL 0
|
||||
|
||||
#include "spdlog/spdlog.h"
|
||||
#include "spdlog/sinks/rotating_file_sink.h"
|
||||
#include "spdlog/sinks/stdout_sinks.h"
|
||||
|
Loading…
Reference in New Issue
Block a user