|
Swarm-NG
1.1
|
A writer plugin that writes to binary files. More...
Public Member Functions | |
| binary_writer (const config &cfg) | |
| Constructor. | |
| virtual void | process (const char *log_data, size_t length) |
| Process the log data and write to output. | |
Additional Inherited Members | |
Static Public Member Functions inherited from swarm::log::writer | |
| static shared_ptr< writer > | create (const config &cfg) |
| Integrator factory functions (and supporting typedefs) More... | |
A writer plugin that writes to binary files.
(default writer in swarm)
Definition at line 39 of file binary_writer.cpp.