minetest/src/threading
ShadowNinja 2139d7d45f Refactor logging
- Add warning log level
- Change debug_log_level setting to enumeration string
- Map Irrlicht log events to MT log events
- Encapsulate log_* functions and global variables into a class, Logger
- Unify dstream with standard logging mechanism
- Unify core.debug() with standard core.log() script API
2015-10-14 01:03:54 -04:00
..
CMakeLists.txt Clean up threading 2015-08-23 22:04:06 -04:00
atomic.h Clean up threading 2015-08-23 22:04:06 -04:00
event.h Clean up threading 2015-08-23 22:04:06 -04:00
mutex.cpp Clean up threading 2015-08-23 22:04:06 -04:00
mutex.h Clean up threading 2015-08-23 22:04:06 -04:00
mutex_auto_lock.h Clean up threading 2015-08-23 22:04:06 -04:00
semaphore.cpp Fix MinGW 32-bit build 2015-10-03 13:20:43 -04:00
semaphore.h Clean up threading 2015-08-23 22:04:06 -04:00
thread.cpp Refactor logging 2015-10-14 01:03:54 -04:00
thread.h Clean up threading 2015-08-23 22:04:06 -04:00