aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Logging/Log.cpp
AgeCommit message (Expand)Author
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP
2015-08-16Fix build warnings addded in d5cf594bfe91ff22175c6e344b23b95cdbcc8a3cDDuarte
2015-08-16Core/Logging: Refactored appender creation to allow using logging without mys...Shauren
2015-07-22Core/Logging: Enable perfect forwarding for logging format and args.Naios
2015-03-18Merge pull request #14317 from Naios/typesafelogCarbenium
2015-03-18Shared/Logs: Add support to .server set loglevel command after 003d67708b9a27...jackpoz
2015-03-18Shared/Logs: Improve log performancesjackpoz
2015-03-13Core/Log: Add type safe formattingNaios
2015-03-11Core/Log: Fix some issues detected by static analysis.Naios
2015-01-01Update copyright note for 2015Vincent-Michael
2014-10-08Core/Logging: Replaced direct calls to GetCounter() in logs with ToString()Shauren
2014-07-21Core: Kill again whitespace :(Vincent-Michael
2014-07-08Replaced the LogWorker thread with Boost ASIOleak
2014-06-30Replaced ACE_Task_Base based LogWorker with ProducerConsumerQueueleak
2014-06-24Revert "Removed ACE dependencies from LogWorker" This actually needs way more...leak
2014-06-24Removed ACE dependencies from LogWorkerleak
2014-06-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
2014-06-22Replaced all ACE_OS::localtime_r callsleak
2014-06-08Replaced dependencies on ace/OS_NS_time.hleak
2014-05-18Revert "Core/Logging: Use logger cache for speed up logger filter search"jackpoz
2014-05-18Revert "Core/Logging: store loggers in cache correctly"jackpoz
2014-04-08Core/Logging: store loggers in cache correctlyjoschiwald
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-19Core/Logging: Use logger cache for speed up logger filter searchSpp
2013-11-11Core/Logging: Minor changesSpp
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-11-08Core/Logs: Create default set of loggers and Appender if the config is wrong.Spp
2013-11-07Core/Logging: Extend logging system to allow inheritance of loggersSpp
2013-09-07Core/Thread: Fix race condition converting time values to local timejackpoz
2013-07-15Core/Config: Refactored ConfigMgrShauren
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-02-21Core/Logging: Fix mem leak. Thanks to @Sar777 for the reportSpp
2013-01-24Core/Log: Fix console colors (missing change from 53a3373)Spp
2013-01-24Core/Logging: Fix all possible crashes when using bad Appender config settingsSpp
2013-01-24Update src/server/shared/Logging/Log.cppspringfieldking
2013-01-23Core/Log: Allow configuring a maximum file size for a log file. If the file s...Machiavelli
2013-01-16Core/Logging: Add config option to enable/disable asyncronous logging (disabl...Spp
2013-01-16Core/Logging: Use correct realmId when logging to DBSpp
2013-01-14Core/Misc: Apply codestyle to multiple filesSpp
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-12-31Core: Fixed some level 4 warnings (msvc)Shauren
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-10-22Core/Logging: Fix PlayerDump loggingSpp
2012-10-02Core/Utilities: Do not expose internal store structure in Tokens and rename i...Spp
2012-09-26Core/Logging: Fix crash when trying to log a message while config is being re...Spp
2012-09-10Core: Warning fixes (Also some -pedantic under game folder)Spp
2012-09-01Core/Logging: Delete player filename will now use guid_name format like old l...Spp
2012-09-01Core/Logging: Fix delete player crash having logging player enabled.Spp
2012-08-30Core: Fix many "errors"/warnings and coding style (1)Nay
2012-08-27Core/Logging: Minor optimization in ShouldLogSpp