|
libadc-cxx 1.0.0
Structured logging for scientific computing
|
#include <adc/builder/builder.hpp>#include <adc/publisher/publisher.hpp>#include <cstdlib>#include <cstdio>#include <cerrno>#include <iostream>#include <fstream>#include <filesystem>#include <vector>#include <string>#include <chrono>#include <sys/sendfile.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <glob.h>

Go to the source code of this file.
Classes | |
| class | adc::multifile_plugin |
| Parallel file output publisher_api implementation. This plugin generates writes each message to the configured directory tree with <adct-json></adct-json> delimiters surrounding it. The output directory is "." by default, but may be overriden with a full path defined in env("ADC_MULTIFILE_PLUGIN_DIRECTORY"). The resulting mass of files can be reduced independently later by concatenating all files in the tree or more selectively with a single call to the adc::consolidate_multifile_logs() function. More... | |
Namespaces | |
| namespace | adc |