|
libadc-cxx 1.0.0
Structured logging for scientific computing
|
#include <adc/builder/builder.hpp>#include <adc/publisher/publisher.hpp>#include <cstdlib>#include <iostream>#include <fstream>#include <filesystem>

Go to the source code of this file.
Classes | |
| class | adc::file_plugin |
| File output publisher_api implementation. This plugin generates writes each message to the configured file, with <json></json> delimiters surrounding it. The output directory is "." by default, but may be overriden with a full path defined in env("ADC_FILE_PLUGIN_DIRECTORY"). The file name is adc.file_plugin.log by default, and may be overridden with a path name in env("ADC_FILE_PLUGIN_FILE"). The file is overwritten when the file_plugin is created, unless env("ADC_FILE_PLUGIN_APPEND") is "true". Debugging output is enabled if env("ADC_FILE_PLUGIN_DEBUG") is a number greater than 0. More... | |
Namespaces | |
| namespace | adc |