Utility classes for Structured warnings, contains the configuration type and ID (NettingSetId, CounterParty, etc.)
More...
#include <ored/portfolio/structuredconfigurationwarning.hpp>
|
| StructuredConfigurationWarningMessage (const std::string &configurationType, const std::string &configurationId, const std::string &warningType, const std::string &warningWhat, const std::map< std::string, std::string > &subFields={}) |
|
| StructuredMessage (const Category &category, const Group &group, const std::string &message, const std::map< std::string, std::string > &subFields=std::map< std::string, std::string >()) |
|
| StructuredMessage (const Category &category, const Group &group, const std::string &message, const std::pair< std::string, std::string > &subField=std::pair< std::string, std::string >()) |
|
virtual | ~StructuredMessage () |
|
std::string | msg () const |
| return a std::string for the log file More...
|
|
void | emitLog () const |
| generate Boost log record to pass to corresponding sinks More...
|
|
virtual | ~JSONMessage () |
|
virtual std::string | msg () const =0 |
| return a std::string for the log file More...
|
|
void | log () const |
| generate Boost log record to pass to corresponding sinks More...
|
|
const std::string | json () const |
| create JSON-like output from the data More...
|
|
void | set (const std::string &key, const boost::any &value) |
|
|
enum class | Category { Error
, Warning
, Unknown
} |
|
enum class | Group {
Analytics
, Configuration
, Model
, Curve
,
Trade
, Fixing
, Logging
, ReferenceData
,
Unknown
} |
|
static constexpr const char * | name = "StructuredMessage" |
|
void | addSubFields (const std::map< std::string, std::string > &) |
|
virtual void | emitLog () const =0 |
| generate Boost log record - this method is called by log() More...
|
|
static std::string | jsonify (const boost::any &) |
|
std::map< std::string, boost::any > | data_ |
|
Utility classes for Structured warnings, contains the configuration type and ID (NettingSetId, CounterParty, etc.)
Definition at line 33 of file structuredconfigurationwarning.hpp.
◆ StructuredConfigurationWarningMessage()
StructuredConfigurationWarningMessage |
( |
const std::string & |
configurationType, |
|
|
const std::string & |
configurationId, |
|
|
const std::string & |
warningType, |
|
|
const std::string & |
warningWhat, |
|
|
const std::map< std::string, std::string > & |
subFields = {} |
|
) |
| |
Definition at line 35 of file structuredconfigurationwarning.hpp.
37 {})
39 std::map<std::string, std::string>({{"warningType", warningType},
40 {"configurationType", configurationType},
41 {"configurationId", configurationId}})) {
43 }
void addSubFields(const std::map< std::string, std::string > &)
StructuredMessage(const Category &category, const Group &group, const std::string &message, const std::map< std::string, std::string > &subFields=std::map< std::string, std::string >())