Mechanism to allow jlog to **not** log anything to console on release builds. #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Justification is that on Windows, any call to console log opens a CMD process if one is not already attached to the window. This is generally undesirable for release builds of game applications.
Enabled by default, but users of the library can toggle it easily.
We can probably use an ifdef where if a macro called DEBUG is set then log to both file and console otherwise log only to file
I'm banging out some issues today. This is the first one.
Done. Just a simple macro and global variable.
f7ee1a347e