Oftentimes, I abuse the logger to just dump some irrelevant data/message so I can monitor the progress through the transformation process. In doing so I've introduced two slightly annoying problems.
1.) The logger says pretty useless things at times. Most likely the remnant of old debug statements that were left in for no good reason. Cleanup would be nice.
2.) There are NO [Tags] when I write. I was just reading through another log I had received on the forum only to realize that I didn't mark any of the logging statements with [ColoredLightCore]. They're just scattered around... I'll need to go through and figure if I can add the tag in a generic location, and cleanup the statements I'm printing to the logger to make the debug process a little nicer.
Oftentimes, I abuse the logger to just dump some irrelevant data/message so I can monitor the progress through the transformation process. In doing so I've introduced two slightly annoying problems.
1.) The logger says pretty useless things at times. Most likely the remnant of old debug statements that were left in for no good reason. Cleanup would be nice.
2.) There are NO [Tags] when I write. I was just reading through another log I had received on the forum only to realize that I didn't mark any of the logging statements with [ColoredLightCore]. They're just scattered around... I'll need to go through and figure if I can add the tag in a generic location, and cleanup the statements I'm printing to the logger to make the debug process a little nicer.