sarbian/ModuleManager

StreamLogger ignores message

blowfishpro opened this issue · 0 comments

Here:

Log(LogType.Exception, exception?.ToString() ?? "<null exception>");

message is not used. Maybe it should just be eliminated and force the message to be part of the exception