intellivoid/Netlenium

Windows multiple instances

Closed this issue · 1 comments

Multiple Netlenium instances can be created under different ports. However, on Windows this doesn't work since all instances uses the same logging file which results in IO errors.

Issue resolved by adding log tagging. So each log has a unique tag at the end of the file name, a tag is generated upon the construction of the service object. This can be omitted by setting the property TagName to null.