latebit / latebit-engine

Pixel based game engine integrated in your IDE
3 stars 0 forks source link

Log format is inconsistent #16

Closed shikaan closed 8 months ago

shikaan commented 8 months ago

Examples of logs are:

[23:09:07] ResourceManager::getSprite(): unable to find sprite with label label
[23:09:07] ResourceManager::startUp(): Started successfully
[23:09:07] DisplayManager::drawFrame(): Cannot create texture. Invalid renderer.
[23:09:07] Frame::draw(): Cannot draw empty frame

Some messages start with capital letter, some end with a ., the severity of the log line is missing

shikaan commented 8 months ago

Closed by #19