index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T19:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
shared
/
Logging
/
AppenderFile.cpp
Age
Commit message (
Expand
)
Author
2015-08-21
Core/Build: Merge common library and move database out of shared
StormBytePP
2015-08-20
Core/Logging: Fixed _maxFileSize being left uninitialized
Shauren
2015-08-16
Core/Logging: Refactored appender creation to allow using logging without mys...
Shauren
2015-07-21
Core/Misc: Fixing warnings detected by Visual Studio 2015 compiler
Shauren
2015-04-24
Core/Log: Fix newlines when using dynamic log names
Naios
2015-03-13
Core/Log: Add type safe formatting
Naios
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-06-22
Shared/Misc: Removed some more ACE dependencies
Subv
2014-03-24
Core/Logging: Fixed filenames of backup logs
Shauren
2014-03-23
Fixed build without PCH
Shauren
2014-02-08
Shared/Logs: Code cleanup
jackpoz
2014-02-07
Shared/Logs: Make AppenderFile more thread-safe
jackpoz
2014-02-07
Shared/Logs: Add workaround for "w" flag used with dynamic name files
jackpoz
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-11-11
Core/Logging: Minor changes
Spp
2013-09-13
Core/Logs: Fix race condition in Log
jackpoz
2013-02-07
Core: Clean up whitespace, and remove a silly warning in boss_lurker_below.cpp
click
2013-01-30
Core/Misc: Remove some calls to const_cast
Spp
2013-01-25
Core/Log: Fix crash due to uninitialized variable
Machiavelli
2013-01-24
Core/Log: Rotate logs when maximum size is exceeded, backup name will be "fil...
Spp
2013-01-23
Core/Log: Allow configuring a maximum file size for a log file. If the file s...
Machiavelli
2013-01-16
Core/Logging: Use correct realmId when logging to DB
Spp
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-08-15
Core/Logging: Added documentation about this system
Spp
2012-08-09
Core/Logging: Fixed a possible crash with dynamic log file names
Shauren
2012-08-09
Core/Logging: Fix crash in AppenderFile deconstructor when logfile is uniniti...
kaelima
2012-08-05
Core/Logging: Add option to remove timestamp, Log Level and Log Filter Type f...
Spp
2012-08-04
Core/Logging: Use config LogsDir to save log files (re-added)
joschiwald
2012-08-03
Add missing Copyright headers and some clarification to config files... ¬¬
Spp
2012-08-03
Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...
Spp