With the current project I'm working on, I'd like to be able to keep my console window color coded and formatted to a specific way to successful and non-successful loading.
The problem is the error output built into the LoadFromFile methods makes my console window look quite messy (since everything is color coded and has a specific format, the gray line that is printed doesn't match the rest of the console).
Is there anyway I can disable this?
EDIT: To make things as clear as possible, this is what I'm talking about:
Image 0 loaded!
Filepath: assets/gfx/default.png
Identifier: default
Image 1 loaded!
Filepath: assets/gfx/stick.png
Identifier: stick
Image 2 loaded!
Filepath: assets/gfx/delphine.png
Identifier: player
Failed to load image "assets/gfx/fluffy-grass.pn". Reason : Unable to open file (I don't want this line showing)
Image 3 failed to load!
Filepath: assets/gfx/fluffy-grass.pn
Identifier: grass
Sound 1 loaded!
Filename: assets/sfx/NOSOUND.ogg
Identifier: NOSOUND