JDSherbert / Sherbert-Engine

Custom game engine written in C++ and implementing various middleware.
MIT License
4 stars 3 forks source link

Address - Generated Log.txt file in Main.cpp #40

Closed VerzatileDev closed 3 months ago

VerzatileDev commented 7 months ago

Purpose

https://github.com/JDSherbert/Sherbert-Engine/blob/30b3b6965fec038d2f925002fd5fd4ecf1653a4b/SherbertEngine/Source/Core/Main.cpp#L94

Seem that as of currently the following function may be redundant in the current logic.

Additionally it should be made accessible globally for other instances that would write some data logs of the engine, which would make it easier to debug in the future?

Making a file in the 1Core files1, which should also be address to solution directory to avoid cluttering the inner engine files and Data