aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Logging
AgeCommit message (Expand)Author
2015-04-05Core/Log: Remove some unnecessary std::move's.Naios
2015-03-30Core/Misc: Remove unused headersleak
2015-03-28Core/Log: Improve creation of log prefixes.Naios
2015-03-18Core/Log: Readd include of <stdarg.h> to fix compile issues under gccNaios
2015-03-18Merge pull request #14317 from Naios/typesafelogCarbenium
2015-03-18Core/Log: Fix some issues detected by static analysis.Naios
2015-03-03Shared/Logs: Add support to .server set loglevel command after 003d67708b9a27...jackpoz
2015-03-02Shared/Logs: Improve log performancesjackpoz
2015-01-01Update copyright note for 2015Vincent-Michael
2014-10-08Core/Logging: Replaced direct calls to GetCounter() in logs with ToString()Shauren
2014-08-09Core/Server: Add missing overridesDDuarte
2014-07-21Core: Kill again whitespace :(Vincent-Michael
2014-07-20Core: Fix non pch build (gcc)Vincent-Michael
2014-07-20Refactored singletons to enable proper deconstruction during shutdownleak
2014-07-08Replaced the LogWorker thread with Boost ASIOleak
2014-07-01Replaced all remaining ACE based Singletonsleak
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-23Fix non-PCH buildleak
2014-06-22Core/Dependencies: Remove ACE_Singleton dependency from the Log and DelayExec...Subv
2014-06-22Shared/Misc: Removed some more ACE dependenciesSubv
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-05-01Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macrosDehravor
2014-04-08Core/Logging: store loggers in cache correctlyjoschiwald
2014-03-24Core/Logging: Fixed filenames of backup logsShauren
2014-03-23Fixed build without PCHShauren
2014-02-08Shared/Logs: Code cleanupjackpoz
2014-02-07Shared/Logs: Make AppenderFile more thread-safejackpoz
2014-02-07Shared/Logs: Add workaround for "w" flag used with dynamic name filesjackpoz
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-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush
2013-09-13Core/Logs: Fix race condition in Logjackpoz
2013-09-07Core/Thread: Fix race condition converting time values to local timejackpoz
2013-07-15Core/Config: Refactored ConfigMgrShauren
2013-05-13Core: Fixed windows compileShauren
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-03-25Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3....Spp
2013-02-27Core/RBAC: Add .reload rbac command and prevent possible crash if rbac_permis...Spp
2013-02-21Core/Logging: Fix mem leak. Thanks to @Sar777 for the reportSpp
2013-02-07Core: Clean up whitespace, and remove a silly warning in boss_lurker_below.cppclick