|
Swarm-NG
1.1
|
Writer plugin to output the log into a Berkeley-DB database. More...
#include "../common.hpp"#include "../types/config.hpp"#include "../plugin.hpp"#include "log.hpp"#include "writer.h"#include "bdb_database.hpp"Go to the source code of this file.
Classes | |
| class | swarm::log::bdb_writer |
| Writer plugin to output the log into a Berkeley-DB database. More... | |
Namespaces | |
| swarm | |
| Swarm-NG library. | |
| swarm::log | |
| The event/data logging system for swarm | |
Constant Groups | |
| swarm | |
| Swarm-NG library. | |
| swarm::log | |
| The event/data logging system for swarm | |
Variables | |
|
writer_plugin_initializer < bdb_writer > | swarm::log::bdb_writer_plugin ("bdb","This is the Berkeley DB writer") |
| Initialize the database writer plugin. | |
Writer plugin to output the log into a Berkeley-DB database.
Definition in file bdb_writer.cpp.