Skip to content
This repository was archived by the owner on Dec 9, 2019. It is now read-only.

Custom Plugins

Stephen McCafferty edited this page May 8, 2017 · 4 revisions

You can develop custom plugins in .NET for the server and the client to provide additional synchronization or export mechanisms.

Developing plugins

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.

Deploying plugins

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.

Clone this wiki locally