mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:40:05 +00:00
Removing boost log from Boost.Log -> spdlog - settings, types, util, view
This commit is contained in:
parent
e6bddc79db
commit
c6281d799f
13 changed files with 109 additions and 127 deletions
|
|
@ -1,7 +1,5 @@
|
|||
#include <scwx/qt/request/nexrad_file_request.hpp>
|
||||
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace qt
|
||||
|
|
@ -9,8 +7,7 @@ namespace qt
|
|||
namespace request
|
||||
{
|
||||
|
||||
static const std::string logPrefix_ =
|
||||
"[scwx::qt::request::nexrad_file_request] ";
|
||||
static const std::string logPrefix_ = "scwx::qt::request::nexrad_file_request";
|
||||
|
||||
class NexradFileRequestImpl
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue