Swarm-NG
1.1
|
Template to add a new writer plugin to swarm. More...
#include <plugin.hpp>
Additional Inherited Members | |
Public Member Functions inherited from swarm::basic_plugin_initializer< T > | |
basic_plugin_initializer (const std::string &id, const std::string &description=std::string()) | |
Register the a basic_plugin<T> with specified id and description. | |
Template to add a new writer plugin to swarm.
This is rarely used. But if you have another output method for swarm log files. you can create a plugin and add it like this ( put in global scope ):
Definition at line 178 of file plugin.hpp.