|
Swarm-NG
1.1
|
A writer plugin to use when the log output is not needed. More...
Public Member Functions | |
| virtual void | process (const char *log_data, size_t length) |
| Produce appropriate output based on log_data input. | |
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 to use when the log output is not needed.
Discards all the log output.
Definition at line 40 of file null_writer.cpp.