1a2311e350
Previously logging logic was scattered over OS class implementations with plenty of duplication. Major changes in this commit: - Extracted logging logic into a separate Logger hierarchy. It allows easy configuration of logging mechanism depending on compile-time or run-time configuration. - Implemented RotatedFileLogger which is usually used with StdLogger, providing persistency of logs. It is often important to be able to obtain logs of the game even in production to be able to understand what happened prior to some problem. On mobile there previously was no way to obtain the logs aside from having the device connected to your machine. - flush() is not performed in release mode for every logged line. It is only performed for errors. |
||
---|---|---|
.. | ||
dir_access_windows.cpp | ||
dir_access_windows.h | ||
file_access_windows.cpp | ||
file_access_windows.h | ||
mutex_windows.cpp | ||
mutex_windows.h | ||
rw_lock_windows.cpp | ||
rw_lock_windows.h | ||
SCsub | ||
semaphore_windows.cpp | ||
semaphore_windows.h | ||
shell_windows.cpp | ||
shell_windows.h | ||
thread_windows.cpp | ||
thread_windows.h |