11 #include <boost/algorithm/string.hpp>
22 if (boost::iequals(dest_str,
"console")) {
24 }
else if (boost::iequals(dest_str,
"file")) {
26 }
else if (boost::iequals(dest_str,
"syslog")) {
37 if (boost::iequals(stream_str,
"stderr")) {
39 }
else if (boost::iequals(stream_str,
"stdout")) {