Tomographer  v1.0a
Tomographer C++ Framework Documentation
Tomographer::Logger::LocalLoggerOriginSpec Struct Reference

Tool to specify arguments to LocalLogger. More...

#include <tomographer/tools/loggers.h>

+ Collaboration diagram for Tomographer::Logger::LocalLoggerOriginSpec:

Public Member Functions

constexpr LocalLoggerOriginSpec (const Tools::conststr &s, const Tools::conststr &gl)
 constructor. origin_prefix_add is left blank.
 
constexpr LocalLoggerOriginSpec (const Tools::conststr &s, const Tools::conststr &s2, const Tools::conststr &gl)
 complete constructor.
 

Public Attributes

const Tools::conststr origin_prefix
 Origin prefix for the local logger.
 
const Tools::conststr origin_prefix_add
 optionally some string to append to origin_prefix
 
const Tools::conststr glue
 the glue to use in the local logger
 

Detailed Description

Tool to specify arguments to LocalLogger.

Definition at line 1594 of file loggers.h.


The documentation for this struct was generated from the following file: