guibec / rpgcraft

RPGCraft - Minecraft / Terraria / RPGMaker mashup
MIT License
8 stars 2 forks source link

get rid of heavyweight 'feature-laden' logging facility #80

Closed jstine35 closed 5 years ago

jstine35 commented 5 years ago

Removes module-scope prefixes, WARN prefixes, and timestamp prefixes. Most of these things were hold-overs from things other people added to my library as I've been bringing it along with me from project to project... and while I kind of liked the module scope prefix, it was a pain when it came to C++ classes, or printing multi-line text where prefixes interfere with other things. Adding prefixes manually, as it turns out, is pretty damn easy too. Easier, in most cases, than adding module-scope char* definitions.

So it's gone!