Boost.Log -> spdlog - wsr88d/rpg

This commit is contained in:
Dan Paulat 2022-04-17 09:15:54 -05:00
parent dda71133e0
commit 766940e60f
39 changed files with 253 additions and 351 deletions

View file

@ -7,7 +7,7 @@ namespace wsr88d
namespace rpg
{
static const std::string logPrefix_ = "[scwx::wsr88d::rpg::packet] ";
static const std::string logPrefix_ = "scwx::wsr88d::rpg::packet";
Packet::Packet() = default;
Packet::~Packet() = default;