aboutsummaryrefslogtreecommitdiff
path: root/src/common/Logging/Log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Logging/Log.h')
-rw-r--r--src/common/Logging/Log.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/Logging/Log.h b/src/common/Logging/Log.h
index dd6149f42b0..9f9634a40ae 100644
--- a/src/common/Logging/Log.h
+++ b/src/common/Logging/Log.h
@@ -90,7 +90,7 @@ class TC_COMMON_API Log
this->OutCommandImpl(account, fmt, Trinity::MakeFormatArgs(args...));
}
- void OutCharDump(char const* str, uint32 account_id, uint64 guid, char const* name);
+ void OutCharDump(std::string const& str, uint32 account_id, uint64 guid, std::string const& name) const;
void SetRealmId(uint32 id);
@@ -126,7 +126,6 @@ class TC_COMMON_API Log
private:
static std::string GetTimestampStr();
- void write(Logger const* logger, std::unique_ptr<LogMessage> msg) const;
Logger const* GetLoggerByType(std::string_view type) const;
Appender* GetAppenderByName(std::string_view name);