Battery-Intelligence-Lab / SLIDE

SLIDE is C++ code that simulates degradation of lithium ion cells. It extends the single particle model with various degradation models from literature. Users can select which degradation models they want to use for a given simulation.
Other
107 stars 35 forks source link

Create a log file #3

Open ElektrikAkar opened 2 years ago

ElektrikAkar commented 2 years ago

We can write the errors/warnings into a log file by which users can investigate errors if they encounter any problems afterwards. We can also put more information into the log file.