]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/log/src/setup/parser_utils.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / log / src / setup / parser_utils.hpp
index 94f5ffb56c7a4d72597d6f41edc4feba66f507e6..bf0be4b873793334f4fbbcab2b3b66928d9fd30b 100644 (file)
@@ -97,6 +97,7 @@ struct char_constants< char >
     static const char_type* append_param_name() { return "Append"; }
     static const char_type* enable_final_rotation_param_name() { return "EnableFinalRotation"; }
     static const char_type* auto_flush_param_name() { return "AutoFlush"; }
+    static const char_type* auto_newline_mode_param_name() { return "AutoNewline"; }
     static const char_type* asynchronous_param_name() { return "Asynchronous"; }
     static const char_type* format_param_name() { return "Format"; }
     static const char_type* provider_id_param_name() { return "ProviderID"; }
@@ -114,6 +115,10 @@ struct char_constants< char >
     static const char_type* scan_method_all() { return "All"; }
     static const char_type* scan_method_matching() { return "Matching"; }
 
+    static const char_type* auto_newline_mode_disabled() { return "Disabled"; }
+    static const char_type* auto_newline_mode_always_insert() { return "AlwaysInsert"; }
+    static const char_type* auto_newline_mode_insert_if_missing() { return "InsertIfMissing"; }
+
     static const char_type* registration_never() { return "Never"; }
     static const char_type* registration_on_demand() { return "OnDemand"; }
     static const char_type* registration_forced() { return "Forced"; }
@@ -228,6 +233,7 @@ struct char_constants< wchar_t >
     static const char_type* append_param_name() { return L"Append"; }
     static const char_type* enable_final_rotation_param_name() { return L"EnableFinalRotation"; }
     static const char_type* auto_flush_param_name() { return L"AutoFlush"; }
+    static const char_type* auto_newline_mode_param_name() { return L"AutoNewline"; }
     static const char_type* asynchronous_param_name() { return L"Asynchronous"; }
     static const char_type* format_param_name() { return L"Format"; }
     static const char_type* provider_id_param_name() { return L"ProviderID"; }
@@ -245,6 +251,10 @@ struct char_constants< wchar_t >
     static const char_type* scan_method_all() { return L"All"; }
     static const char_type* scan_method_matching() { return L"Matching"; }
 
+    static const char_type* auto_newline_mode_disabled() { return L"Disabled"; }
+    static const char_type* auto_newline_mode_always_insert() { return L"AlwaysInsert"; }
+    static const char_type* auto_newline_mode_insert_if_missing() { return L"InsertIfMissing"; }
+
     static const char_type* registration_never() { return L"Never"; }
     static const char_type* registration_on_demand() { return L"OnDemand"; }
     static const char_type* registration_forced() { return L"Forced"; }