GMLC-TDC / HELICS-Examples

Examples for using HELICS with a variety of the supported programming languages
BSD 3-Clause "New" or "Revised" License
21 stars 19 forks source link

Improve log-level differentiation of messages #87

Open trevorhardy opened 1 year ago

trevorhardy commented 1 year ago

Very lazily, the current example implement most/all logging messages on the same level. Given the extensive logging in the examples, this create very large log files (and may contribute to the long runtimes, see issue #66). Adding better differentiation of the log messages and levels would result in the ability to have shorter log files by default.