Synodic-Software / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

WriteFile() and initial logger test #110

Closed sonj2 closed 7 years ago

sonj2 commented 7 years ago

As of currently, the function prints out the current time using the boost library, as well as printing set values for file name and line number. The test class calls WriteFile() and asserts to make sure what is printed on the logger is correct.

Far from being usable though as a real logger.