Is your feature request related to a problem? Please describe.
You always need to define an objTag when saving an object. Often this is literally just the variable name. In which case there should be a way to automatically grab the variables name instead of me retyping it.
Describe the solution you'd like
I should be able to call SimLogger.saveObj('someSimTag',someObj) and automatically have someObj saved with the objTag someObj
Describe alternatives you've considered
I can continue just retyping/redefining the object name, but it should be possible to skip this.
Is your feature request related to a problem? Please describe.
You always need to define an objTag when saving an object. Often this is literally just the variable name. In which case there should be a way to automatically grab the variables name instead of me retyping it.
Describe the solution you'd like
I should be able to call
SimLogger.saveObj('someSimTag',someObj)and automatically havesomeObjsaved with the objTagsomeObjDescribe alternatives you've considered
I can continue just retyping/redefining the object name, but it should be possible to skip this.