Custom Plugins - techtalk/SpecLog-Resources GitHub Wiki
You can develop custom plugins in .NET for the server and the client to provide additional synchronization or export mechanisms.
A tutorial on writing custom plugins in C# is available on GitHub. It consists of a step-by-step guide to developing a server plugin, and includes a git repository containing the individual commits for each step.
By default, the SpecLog server searches for plugins in %ProgramData%\TechTalk\SpecLog\Plugins
.
You can specify an alternative location in speclog.server.exe.config
.
By default, the SpecLog client searches for plugins in {ProgramDirectory}/Plugins
.