This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
db463b031d42484bf7ff2b057a8bf0c94dea4a9c
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
/
Private
/
Logging
History
Yuriy ODonnell
7bd6551ad1
Moved MsgLogfStaticBufferGuard into a static function to make sure it is not sensitive to static initialization order.
...
#rb Stefan.Boberg [CL 15320768 by Yuriy ODonnell in ue5-main branch]
2021-02-04 14:45:30 -04:00
..
LogCategory.cpp
…
LogMacros.cpp
Moved MsgLogfStaticBufferGuard into a static function to make sure it is not sensitive to static initialization order.
2021-02-04 14:45:30 -04:00
LogScopedCategoryAndVerbosityOverride.cpp
…
LogScopedVerbosityOverride.cpp
…
LogSuppressionInterface.cpp
…
LogTrace.cpp
Marked Logging.LogMessage as unsynchronised. These trace events already have an embedded timestamp field.
2021-01-03 12:18:21 -04:00
MessageLog.cpp
use PLATFORM_SUPPORTS_COLORIZED_OUTPUT_DEVICE for picking log colour. Related to CL 13111174
2020-05-05 13:07:24 -04:00
TokenizedMessage.cpp
…