/third_party/boost/libs/log/example/event_log/ |
D | main.cpp | 72 sinks::event_log::event_composer composer( in init_logging() 73 sinks::event_log::direct_event_id_mapping< int >("EventID")); in init_logging() 96 sinks::event_log::custom_event_type_mapping< severity_level > type_mapping("Severity"); in init_logging() 97 type_mapping[normal] = sinks::event_log::make_event_type(MY_SEVERITY_INFO); in init_logging() 98 type_mapping[warning] = sinks::event_log::make_event_type(MY_SEVERITY_WARNING); in init_logging() 99 type_mapping[error] = sinks::event_log::make_event_type(MY_SEVERITY_ERROR); in init_logging() 105 sinks::event_log::custom_event_category_mapping< int > cat_mapping("EventID"); in init_logging() 106 cat_mapping[LOW_DISK_SPACE_MSG] = sinks::event_log::make_event_category(MY_CATEGORY_1); in init_logging() 107 cat_mapping[DEVICE_INACCESSIBLE_MSG] = sinks::event_log::make_event_category(MY_CATEGORY_2); in init_logging() 108 cat_mapping[SUCCEEDED_MSG] = sinks::event_log::make_event_category(MY_CATEGORY_3); in init_logging()
|
D | Jamfile.v2 | 99 exe event_log
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | util.c | 46 (struct event_log*)malloc(sizeof(struct event_log) * n_alloc); in log_array_init() 71 log_array_add(struct event_log_array *p_array, struct event_log *p_log) in log_array_add() 78 p_array->p_logs = (struct event_log*) in log_array_add() 80 sizeof(struct event_log) * p_array->n_alloc); in log_array_add()
|
D | multi-touch-viewer.c | 82 struct event_log elog; in update_touch_point()
|
/third_party/boost/boost/log/sinks/ |
D | event_log_backend.hpp | 54 namespace event_log { namespace 415 …typedef boost::log::aux::light_function< event_log::event_type (record_view const&) > event_type_m… 484 args[keywords::registration | event_log::on_demand]); in construct() 490 event_log::registration_mode reg_mode); 530 …typedef boost::log::aux::light_function< event_log::event_type (record_view const&) > event_type_m… 532 …typedef boost::log::aux::light_function< event_log::event_category (record_view const&) > event_ca… 534 …typedef boost::log::aux::light_function< event_log::event_id (record_view const&, insertion_list&)… 632 args[keywords::registration | event_log::on_demand]); in construct() 639 event_log::registration_mode reg_mode);
|
D | event_log_constants.hpp | 36 namespace event_log { namespace
|
/third_party/boost/libs/log/src/windows/ |
D | event_log_backend.cpp | 47 namespace event_log { namespace 251 …t& target, string_type const& log_name, string_type const& source_name, event_log::registration_mo… in construct() 253 if (reg_mode != event_log::never) in construct() 262 … aux::init_event_log_registry(log_name, source_name, reg_mode == event_log::forced, reg_params); in construct() 313 event_log::event_type evt_type = event_log::info; in consume() 320 case event_log::success: in consume() 322 case event_log::warning: in consume() 324 case event_log::error: in consume() 345 namespace event_log { namespace 503 event_log::registration_mode reg_mode) in construct() [all …]
|
/third_party/boost/libs/log/example/doc/ |
D | sinks_simple_event_log.cpp | 56 sinks::event_log::custom_event_type_mapping< severity_level > mapping("Severity"); in init_logging() 57 mapping[normal] = sinks::event_log::info; in init_logging() 58 mapping[warning] = sinks::event_log::warning; in init_logging() 59 mapping[error] = sinks::event_log::error; in init_logging()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/ |
D | util.h | 55 struct event_log struct 69 struct event_log *p_logs; argument 75 void log_array_add(struct event_log_array *p_array, struct event_log *p_log);
|
/third_party/boost/libs/log/doc/tmp/ |
D | sinks_reference.qbk | 72 [template class_event_log_basic_event_composer[][classref boost::log::sinks::event_log::basic_event… 74 [template class_event_log_custom_event_category_mapping[][classref boost::log::sinks::event_log::cu… 76 [template class_event_log_custom_event_id_mapping[][classref boost::log::sinks::event_log::custom_e… 78 [template class_event_log_custom_event_type_mapping[][classref boost::log::sinks::event_log::custom… 80 [template class_event_log_direct_event_category_mapping[][classref boost::log::sinks::event_log::di… 82 [template class_event_log_direct_event_id_mapping[][classref boost::log::sinks::event_log::direct_e… 84 [template class_event_log_direct_event_type_mapping[][classref boost::log::sinks::event_log::direct…
|
/third_party/boost/libs/log/src/setup/ |
D | init_from_settings.cpp | 690 sinks::event_log::registration_mode reg_mode = sinks::event_log::on_demand; 695 reg_mode = sinks::event_log::never; 697 reg_mode = sinks::event_log::on_demand; 699 reg_mode = sinks::event_log::forced; 714 …backend->set_event_type_mapper(sinks::event_log::direct_event_type_mapping< >(log::aux::default_at…
|
/third_party/boost/libs/log/doc/html/ |
D | log_HTML.manifest | 353 boost/log/sinks/event_log/basic_event_composer.html 354 boost/log/sinks/event_log/custom_e_idm46079576590880.html 355 boost/log/sinks/event_log/custom_event_id_mapping.html 356 boost/log/sinks/event_log/custom_event_type_mapping.html 357 boost/log/sinks/event_log/direct_e_idm46079576571216.html 358 boost/log/sinks/event_log/direct_event_id_mapping.html 359 boost/log/sinks/event_log/direct_event_type_mapping.html 362 boost/log/sinks/event_log/make_event_id.html 363 boost/log/sinks/event_log/make_event_category.html 364 boost/log/sinks/event_log/make_event_type.html
|
/third_party/boost/libs/log/example/ |
D | Jamfile.v2 | 12 build-project ./event_log ;
|
/third_party/boost/libs/log/doc/ |
D | sink_backends.qbk | 296 [section:event_log Windows event log backends] 415 …om this section is available in the [@boost:/libs/log/example/event_log/main.cpp `event_log`] exam…
|
D | utilities.qbk | 610 …ing values are additionally supported: [link log.detailed.sink_backends.event_log SimpleEventLog],… 719 …[Mode of log source registration in Windows registry, see [enumref boost::log::sinks::event_log::r…
|
D | log.qbk | 125 [import ../example/event_log/main.cpp]
|
D | tutorial.qbk | 100 …he syslog server, or by setting up the [link log.detailed.sink_backends.event_log Windows NT event…
|