aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Logging/Log.h
AgeCommit message (Expand)Author
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP
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-05-19Core/PacketsIO: Implemented or updated most of party related packets.et65
2015-04-05Core/Log: Remove some unnecessary std::move's.Naios
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-18Shared/Logs: Improve log performancesjackpoz
2015-03-13Core/Log: Add type safe formattingNaios
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-20Refactored singletons to enable proper deconstruction during shutdownleak
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-22Core/Dependencies: Remove ACE_Singleton dependency from the Log and DelayExec...Subv
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-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-07Core/Logging: Extend logging system to allow inheritance of loggersSpp
2013-05-13Core: Fixed windows compileShauren
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
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-11-27Core/Misc: Set mode 0644 for filesSpp
2012-09-10Core: Warning fixes (Also some -pedantic under game folder)Spp
2012-09-01Core/Logging: Fix delete player crash having logging player enabled.Spp
2012-08-15Core/Logging: Added documentation about this systemSpp
2012-08-06Core/Logging: Reload Logging options when .reload config is usedSpp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-03-31Core/Logging: Fix a typo in DebugLogFilters - Database & AINay
2012-03-29Core/Misc: Code style and remove unused define.Gyx
2012-02-19Core/Warden: Base implementation for Warden functionalityleak
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-10-18Minor changes here and there:Spp
2011-09-26Core/Logging: Add new function to include full stacktrace.Spp
2011-09-08Core/Log: Reload log levels and filtersFredi Machado
2011-06-29Core/Logs: Add outSQLDev log, will be used for core-generated SQL queries/dumpsShocker
2011-04-29Add spaces after commasleak
2011-02-20Core/Log: Implement log masks for debug log level, to allow selective debug o...Machiavelli