[refactor] Assess the Logger situation and eliminate inefficiency #5038
Labels
component - logs and warnings
Enhancement Request
Triage
Issue needs to be assessed and labeled, further information on reported might be needed
Milestone
Enhancement Request
Eliminate the use of StringStreamLogSink
Detailed Description
Regex parsing is slow, and expensive.
It also poses an extensibility/customization issue: If changing the formatter (the format of the log messages), the parseLogText gets thrown out the window.
Possible Implementation
Other issues
OpenStudio/src/utilities/core/LogMessage.hpp
Line 43 in dc35f3e
Context
List of references:
The text was updated successfully, but these errors were encountered: