Global c_dec
boost::log::formatters::c_dec
Synopsis
implementation_defined c_dec;
Description
C-style decorator generator object. The decorator replaces characters with specific meaning in C language with the corresponding escape sequences. The generator provides operator[]
that can be used to construct the actual decorator. For example:
c_dec[ attr< std::string >("MyAttr") ]