chore(Core/Logging): replace most server loggers (#5726)
* chore(Core/Logging): replace most server loggers Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
parent
9f80a592bb
commit
5787d00d54
199 changed files with 2312 additions and 4487 deletions
|
|
@ -84,7 +84,7 @@ void WorldRunnable::run()
|
|||
|
||||
void AuctionListingRunnable::run()
|
||||
{
|
||||
LOG_INFO("server", "Starting up Auction House Listing thread...");
|
||||
LOG_INFO("auctionHouse", "Starting up Auction House Listing thread...");
|
||||
while (!World::IsStopped())
|
||||
{
|
||||
if (AsyncAuctionListingMgr::IsAuctionListingAllowed())
|
||||
|
|
@ -122,5 +122,5 @@ void AuctionListingRunnable::run()
|
|||
}
|
||||
Acore::Thread::Sleep(1);
|
||||
}
|
||||
LOG_INFO("server", "Auction House Listing thread exiting without problems.");
|
||||
LOG_INFO("auctionHouse", "Auction House Listing thread exiting without problems.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue