mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 22:37:06 +00:00
[11603] Drop sLog.outTitle.
Used hardcoded color use for title not compatible in all cases with selected in config console colors for normal output and with custom background can be not readbale. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
0af77807c1
commit
b68a88573f
4 changed files with 15 additions and 41 deletions
|
|
@ -118,7 +118,7 @@ class Log : public MaNGOS::Singleton<Log, MaNGOS::ClassLevelLockable<Log, ACE_Th
|
|||
public:
|
||||
void Initialize();
|
||||
void InitColors(const std::string& init_str);
|
||||
void outTitle( const char * str);
|
||||
|
||||
void outCommand( uint32 account, const char * str, ...) ATTR_PRINTF(3,4);
|
||||
void outString(); // any log level
|
||||
// any log level
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue