logger
logger copied to clipboard
allow setting shift variables in LogDevice when using reopen
This addresses the issue I raised in #55
The code in this PR allows setting parameters applicable to a log file in LogDevice#reopen as well as during initialization.
I only added the one test to demonstrate the functionality; please let me know what all you would like done here. Should I just copy/paste all of the applicable tests while replacing the constructor code with these 2 lines? Should I put it in a separate test file?