index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-30T11:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
shared
/
Logging
/
Log.cpp
Age
Commit message (
Expand
)
Author
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-12-31
Core/DBLayer: Refactor prepared statement defines Note:
leak
2011-12-25
Core/DBLayer: Convert PExecute() queries to prepared statements No. 1
leak
2011-11-23
Core: Fixed more warnings (C6246: Local declaration of 'x' hides declaration ...
Shauren
2011-10-18
Minor changes here and there:
Spp
2011-09-29
Cosmetic: Multiple cosmetic changes
Spp
2011-09-28
Configuration/ConfigMgr: converted from singleton to namespace with free func...
Spp
2011-09-26
Core/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-08
Core/Log: Reload log levels and filters
Fredi Machado
2011-07-29
Core: Append single character to stream as character, not as a string
Spp-
2011-06-30
Cosmetic: rename function escape_string to EscapeString
Spp-
2011-06-29
Core/Logs: Add outSQLDev log, will be used for core-generated SQL queries/dumps
Shocker
2011-04-29
Add spaces after commas
leak
2011-02-20
Core/Log: Implement log masks for debug log level, to allow selective debug o...
Machiavelli
2011-01-01
Update copyright note for 2011.
Machiavelli
2010-12-23
Core: Removed more operator workarounds for ACE_Singleton (missed previously ...
Shauren
2010-11-19
Core/Commands: Enable SQL query logging by config and command )patch by leak)
click
2010-10-07
Remove the accidental additions of CRLF-crap from the header updates
click
2010-10-07
Update copyright headers (following the same standard in all files = good)
click
2010-09-12
Cleanup/Core: Remove whitespace and tabs
click
2010-09-04
Core/DBLayer: Add an assert in TransactionTask::Execute to make sure valid qu...
Machiavelli
2010-09-03
Fix Linux build
Machiavelli
2010-08-26
Core/Logging:
Machiavelli
2010-08-22
Core: replace redirectional outStaticDebug with a copy of debug for future us...
click
2010-08-22
Core: Fix more warnings, add new function sLog.outStaticDebug() that replaces...
click
2010-08-21
Core: Remove lots warnings:
Spp
2010-08-08
Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...
click
2010-07-29
Convert to using ACE for reading configurationfiles, and remove dependency on...
click
2010-06-25
Get rid of Trinity Singleton and Threading patterns and replace them with ACE...
Machiavelli
2010-06-22
Cleanup 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