Hello,I've created a custom parser for my log files and it works perfect if I doeverything according to instruction. But seems like it's not possible to shareit (*.dll file) with other team members. They put this file to AppDatadirectory (folder with plugins) but LogViewPlus doesn't see it even in Pluginssection of settings. However this file appears in settings after the build fromVisual Studio. Is it possible to share this custom parser with other teammembers without deploying it on each local machine?
I'm sending you my solution and also you can find unit test project inside, so you don't need, I suppose, a sample log. As I mentioned it works perfect if it's deployed on a local machine.Thanks.