aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Logging/Log.cpp
AgeCommit message (Expand)Author
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
2012-08-16Core/Logging: Move more log messages to LOG_FILTER_SERVER_LOADINGSpp
2012-08-15Misc: CRLF to LF, whitespace cleanup and tabs to spacesNay
2012-08-15Core/Logging: Added documentation about this systemSpp
2012-08-15Core/Logging: Fix crash on authserver shutdownSpp
2012-08-07Core/Authserver: Fix logging crash at startupNay
2012-08-06Core/Logging: Try to simplify configuration of loggers and appendersSpp
2012-08-06Core/Logging: Reload Logging options when .reload config is usedSpp
2012-08-05Core/Logging: Add option to remove timestamp, Log Level and Log Filter Type f...Spp
2012-08-04Core/Logging: Use config LogsDir to save log files (re-added)joschiwald
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-03-29Core/Misc: Code style and remove unused define.Gyx
2012-03-28SQL: Auth db data type cleanup `logs`, `realmcharacters`, `realmlist`, `uptim...leak
2012-02-19Core/Warden: Base implementation for Warden functionalityleak
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-31Core/DBLayer: Refactor prepared statement defines Note:leak
2011-12-25Core/DBLayer: Convert PExecute() queries to prepared statements No. 1leak
2011-11-23Core: Fixed more warnings (C6246: Local declaration of 'x' hides declaration ...Shauren
2011-10-18Minor changes here and there:Spp
2011-09-29Cosmetic: Multiple cosmetic changesSpp
2011-09-28Configuration/ConfigMgr: converted from singleton to namespace with free func...Spp
2011-09-26Core/Logging: Add new function to include full stacktrace.Spp
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-09-08Core/Log: Reload log levels and filtersFredi Machado
2011-07-29Core: Append single character to stream as character, not as a stringSpp-
2011-06-30Cosmetic: rename function escape_string to EscapeStringSpp-
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
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-23Core: Removed more operator workarounds for ACE_Singleton (missed previously ...Shauren
2010-11-19Core/Commands: Enable SQL query logging by config and command )patch by leak)click
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
2010-10-07Update copyright headers (following the same standard in all files = good)click
2010-09-12Cleanup/Core: Remove whitespace and tabsclick
2010-09-04Core/DBLayer: Add an assert in TransactionTask::Execute to make sure valid qu...Machiavelli
2010-09-03Fix Linux buildMachiavelli
2010-08-26Core/Logging:Machiavelli
2010-08-22Core: replace redirectional outStaticDebug with a copy of debug for future us...click
2010-08-22Core: Fix more warnings, add new function sLog.outStaticDebug() that replaces...click
2010-08-21Core: Remove lots warnings:Spp
2010-08-08Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...click
2010-07-29Convert to using ACE for reading configurationfiles, and remove dependency on...click
2010-06-25Get rid of Trinity Singleton and Threading patterns and replace them with ACE...Machiavelli
2010-06-22Cleanup of logging - removed a few duplicit functions from olden times, fixed...Xanadu
2010-06-07* shared lib builds again under Linux.Brian
2010-06-06* Restructuring shared.XTZGZoReX