mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 10:20:05 +00:00
Boost.Log -> spdlog - wsr88d/rpg
This commit is contained in:
parent
dda71133e0
commit
766940e60f
39 changed files with 253 additions and 351 deletions
|
|
@ -4,8 +4,6 @@
|
|||
#include <istream>
|
||||
#include <string>
|
||||
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace wsr88d
|
||||
|
|
@ -14,7 +12,7 @@ namespace rpg
|
|||
{
|
||||
|
||||
static const std::string logPrefix_ =
|
||||
"[scwx::wsr88d::rpg::general_status_message] ";
|
||||
"scwx::wsr88d::rpg::general_status_message";
|
||||
|
||||
class GeneralStatusMessageImpl
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue