index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-10-01T05:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Logging
/
Log.h
Age
Commit message (
Expand
)
Author
2024-03-25
Core/Logging: Fix intellisense errors - people don't like it when code glows ...
Shauren
2024-03-25
Core/Logging: Improved generated code for log statements (length of text is c...
Shauren
2024-02-26
Core/Logging: Call Log::instance() only once in each log statement
Shauren
2023-07-23
Core/Logging: Minor compile time reducing refactor of log message formatting
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2022-09-19
Core/Misc: Changed string formatting functions to accept std::string_view as ...
Shauren
2022-05-09
Core/Logging: Remove string allocations for logs that are not going to be logged
Shauren
2022-02-04
Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)
Treeston
2022-01-24
Core/Misc: Fix static analysis issues (#25178)
Giacomo Pozzoni
2021-08-08
Core/Misc: Add PERFORMANCE_PROFILING CMake option
jackpoz
2021-05-27
Core/Logging: Add functions that allow creating loggers and appenders from ot...
Shauren
2020-09-04
Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...
Shauren
2020-01-02
New Year
Aokromes
2019-01-01
Update copyright note for 2019
vincent-michael
2018-01-06
Core/Misc: Added compatibility layer for boost 1.66 and future std:: networki...
Shauren
2018-01-01
Update copyright note for 2018
vincent-michael
2017-05-11
Core/Common: Include cleanup
Shauren
2017-03-04
Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ to...
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-03-24
Core/Common: Converted the common library to a shared library.
Naios
2016-03-11
Core/Common: Move singleton instances into compilation units
Naios
2016-02-23
Core/Logging: Force synchronous logging after io_service shutdown - fixes lo...
Shauren
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-08-21
Core/Build: Merge common library and move database out of shared
StormBytePP