3rdParty/boost/1.78.0/libs/log/doc/html/sinks.html
| |
Andrey Semashev
14.07.2009
The header contains implementation of asynchronous sink frontend.
namespaceboost{namespacelog{namespacesinks{template\<typenameSinkBackendT,typenameQueueingStrategyT=[unbounded\_fifo\_queue](boost/log/sinks/unbounded_fifo_queue.html "Class unbounded\_fifo\_queue")\>class[asynchronous\_sink](boost/log/sinks/asynchronous_sink.html "Class template asynchronous\_sink");}}}
Andrey Semashev
07.11.2008
The header contains facilities that are used in different sinks to map attribute values used throughout the application to values used with the specific native logging API. These tools are mostly needed to map application severity levels on native levels, required by OS-specific sink backends.
namespaceboost{namespacelog{namespacesinks{template\<typenameMappedT,typenameAttributeValueT=int\>class[basic\_custom\_mapping](boost/log/sinks/basic_custom_mapping.html "Class template basic\_custom\_mapping");template\<typenameMappedT,typenameAttributeValueT=int\>class[basic\_direct\_mapping](boost/log/sinks/basic_direct_mapping.html "Class template basic\_direct\_mapping");template\<typenameMappedT\>struct[basic\_mapping](boost/log/sinks/basic_mapping.html "Struct template basic\_mapping");}}}
Andrey Semashev
23.06.2019
The header contains definition of auto-newline modes.
namespaceboost{namespacelog{namespacesinks{// The enum lists automatic trailing newline modes. enumauto_newline_mode{disabled_auto_newline, always_insert,
insert_if_missing};}}}
Andrey Semashev
04.11.2007
The header contains implementation of base classes for sink backends.
namespaceboost{namespacelog{namespacesinks{template\<typenameCharT,typenameFrontendRequirementsT=[synchronized\_feeding](boost/log/sinks/synchronized_feeding.html "Struct synchronized\_feeding")\>struct[basic\_formatted\_sink\_backend](boost/log/sinks/basic_formatted_s_idm32014.html "Struct template basic\_formatted\_sink\_backend");template\<typenameFrontendRequirementsT\>struct[basic\_sink\_backend](boost/log/sinks/basic_sink_backend.html "Struct template basic\_sink\_backend");}}}
Andrey Semashev
14.07.2009
The header contains implementation of a base class for sink frontends.
namespaceboost{namespacelog{namespacesinks{template\<typenameCharT\>class[basic\_formatting\_sink\_frontend](boost/log/sinks/basic_formatting__idm32066.html "Class template basic\_formatting\_sink\_frontend");class[basic\_sink\_frontend](boost/log/sinks/basic_sink_frontend.html "Class basic\_sink\_frontend");}}}
Andrey Semashev
04.01.2012
The header contains implementation of block_on_overflow strategy for handling queue overflows in bounded queues for the asynchronous sink frontend.
namespaceboost{namespacelog{namespacesinks{class[block\_on\_overflow](boost/log/sinks/block_on_overflow.html "Class block\_on\_overflow");}}}
Andrey Semashev
04.01.2012
The header contains implementation of bounded FIFO queueing strategy for the asynchronous sink frontend.
namespaceboost{namespacelog{namespacesinks{template\<std::size\_tMaxQueueSizeV,typenameOverflowStrategyT\>class[bounded\_fifo\_queue](boost/log/sinks/bounded_fifo_queue.html "Class template bounded\_fifo\_queue");}}}
Andrey Semashev
06.01.2012
The header contains implementation of bounded ordering queueing strategy for the asynchronous sink frontend.
namespaceboost{namespacelog{namespacesinks{template\<typenameOrderT,std::size\_tMaxQueueSizeV,typenameOverflowStrategyT\>class[bounded\_ordering\_queue](boost/log/sinks/bounded_ordering_queue.html "Class template bounded\_ordering\_queue");}}}
Andrey Semashev
07.11.2008
The header contains a logging sink backend that outputs log records to the debugger.
namespaceboost{namespacelog{namespacesinks{template\<typenameCharT\>class[basic\_debug\_output\_backend](boost/log/sinks/basic_debug_output_backend.html "Class template basic\_debug\_output\_backend");typedef[basic\_debug\_output\_backend](boost/log/sinks/basic_debug_output_backend.html "Class template basic\_debug\_output\_backend")\<char\>debug\_output\_backend;// Convenience typedef for narrow-character logging. typedef[basic\_debug\_output\_backend](boost/log/sinks/basic_debug_output_backend.html "Class template basic\_debug\_output\_backend")\<wchar\_t\>wdebug\_output\_backend;// Convenience typedef for wide-character logging. }}}
Andrey Semashev
04.01.2012
The header contains implementation of drop_on_overflow strategy for handling queue overflows in bounded queues for the asynchronous sink frontend.
namespaceboost{namespacelog{namespacesinks{class[drop\_on\_overflow](boost/log/sinks/drop_on_overflow.html "Class drop\_on\_overflow");}}}
Andrey Semashev
07.11.2008
The header contains a logging sink backend that uses Windows NT event log API for signaling application events.
namespaceboost{namespacelog{namespacesinks{template\<typenameCharT\>class[basic\_event\_log\_backend](boost/log/sinks/basic_event_log_backend.html "Class template basic\_event\_log\_backend");template\<typenameCharT\>class[basic\_simple\_event\_log\_backend](boost/log/sinks/basic_simple_even_idm32651.html "Class template basic\_simple\_event\_log\_backend");typedef[basic\_simple\_event\_log\_backend](boost/log/sinks/basic_simple_even_idm32651.html "Class template basic\_simple\_event\_log\_backend")\<char\>simple\_event\_log\_backend;// Convenience typedef for narrow-character logging. typedef[basic\_event\_log\_backend](boost/log/sinks/basic_event_log_backend.html "Class template basic\_event\_log\_backend")\<char\>event\_log\_backend;// Convenience typedef for narrow-character logging. typedef[basic\_simple\_event\_log\_backend](boost/log/sinks/basic_simple_even_idm32651.html "Class template basic\_simple\_event\_log\_backend")\<wchar\_t\>wsimple\_event\_log\_backend;// Convenience typedef for wide-character logging. typedef[basic\_event\_log\_backend](boost/log/sinks/basic_event_log_backend.html "Class template basic\_event\_log\_backend")\<wchar\_t\>wevent\_log\_backend;// Convenience typedef for wide-character logging. namespaceevent\_log{template\<typenameCharT\>class[basic\_event\_composer](boost/log/sinks/event_log/basic_event_composer.html "Class template basic\_event\_composer");template\<typenameAttributeValueT=int\>class[custom\_event\_category\_mapping](boost/log/sinks/event_log/custom_event_cate_idm32840.html "Class template custom\_event\_category\_mapping");template\<typenameAttributeValueT=int\>class[custom\_event\_id\_mapping](boost/log/sinks/event_log/custom_event_id_mapping.html "Class template custom\_event\_id\_mapping");template\<typenameAttributeValueT=int\>class[custom\_event\_type\_mapping](boost/log/sinks/event_log/custom_event_type_mapping.html "Class template custom\_event\_type\_mapping");template\<typenameAttributeValueT=int\>class[direct\_event\_category\_mapping](boost/log/sinks/event_log/direct_event_cate_idm32894.html "Class template direct\_event\_category\_mapping");template\<typenameAttributeValueT=int\>class[direct\_event\_id\_mapping](boost/log/sinks/event_log/direct_event_id_mapping.html "Class template direct\_event\_id\_mapping");template\<typenameAttributeValueT=int\>class[direct\_event\_type\_mapping](boost/log/sinks/event_log/direct_event_type_mapping.html "Class template direct\_event\_type\_mapping");// Event log source registration modes. enumregistration_mode{never, on_demand, forced};typedef[basic\_event\_composer](boost/log/sinks/event_log/basic_event_composer.html "Class template basic\_event\_composer")\<char\>event\_composer;// Convenience typedef for narrow-character logging. typedef[basic\_event\_composer](boost/log/sinks/event_log/basic_event_composer.html "Class template basic\_event\_composer")\<wchar\_t\>wevent\_composer;// Convenience typedef for wide-character logging. }}}}
Andrey Semashev
07.11.2008
The header contains definition of constants related to Windows NT Event Log API. The constants can be used in other places without the event log backend.
namespaceboost{namespacelog{namespacesinks{namespaceevent\_log{// Windows event types. enumevent_type{success = = 0, info = = 4, warning = = 2,
error = = 1};typedef_unspecified_event\_id;// A tagged integral type that represents event identifier for the Windows API. typedef_unspecified_event\_category;// A tagged integral type that represents event category for the Windows API. event\_id[make\_event\_id](boost/log/sinks/event_log/make_event_id.html "Function make\_event\_id")(unsignedint);event\_category[make\_event\_category](boost/log/sinks/event_log/make_event_category.html "Function make\_event\_category")(unsignedshort);event\_type[make\_event\_type](boost/log/sinks/event_log/make_event_type.html "Function make\_event\_type")(unsignedshort);}}}}
Andrey Semashev
22.04.2007
The header contains definition of requirement tags that sink backend may declare with regard to frontends. These requirements ensure that a backend will not be used with an incompatible frontend.
[BOOST\_LOG\_COMBINE\_REQUIREMENTS\_LIMIT](BOOST_LOG_COMBINE_idm33064.html "Macro BOOST\_LOG\_COMBINE\_REQUIREMENTS\_LIMIT")
namespaceboost{namespacelog{namespacesinks{template\<typename...RequirementsT\>struct[combine\_requirements](boost/log/sinks/combine_requirements.html "Struct template combine\_requirements");struct[concurrent\_feeding](boost/log/sinks/concurrent_feeding.html "Struct concurrent\_feeding");struct[flushing](boost/log/sinks/flushing.html "Struct flushing");struct[formatted\_records](boost/log/sinks/formatted_records.html "Struct formatted\_records");template\<typenameTestedT,typenameRequiredT\>struct[has\_requirement](boost/log/sinks/has_requirement.html "Struct template has\_requirement");struct[synchronized\_feeding](boost/log/sinks/synchronized_feeding.html "Struct synchronized\_feeding");}}}
Andrey Semashev
22.04.2007
The header contains an interface declaration for all sinks. This interface is used by the logging core to feed log records to sinks.
namespaceboost{namespacelog{namespacesinks{class[sink](boost/log/sinks/sink.html "Class sink");}}}
Andrey Semashev
14.07.2009
The header contains implementation of synchronous sink frontend.
namespaceboost{namespacelog{namespacesinks{template\<typenameSinkBackendT\>class[synchronous\_sink](boost/log/sinks/synchronous_sink.html "Class template synchronous\_sink");}}}
Andrey Semashev
08.01.2008
The header contains implementation of a Syslog sink backend along with its setup facilities.
namespaceboost{namespacelog{namespacesinks{class[syslog\_backend](boost/log/sinks/syslog_backend.html "Class syslog\_backend");// Supported IP protocol versions. enumip_versions{v4, v6};namespacesyslog{template\<typenameAttributeValueT=int\>class[custom\_severity\_mapping](boost/log/sinks/syslog/custom_severity_mapping.html "Class template custom\_severity\_mapping");template\<typenameAttributeValueT=int\>class[direct\_severity\_mapping](boost/log/sinks/syslog/direct_severity_mapping.html "Class template direct\_severity\_mapping");// The enumeration defined the possible implementation types for the syslog backend. enumimpl_types{native = = 0, udp_socket_based = = 1};}}}}
Andrey Semashev
08.01.2008
The header contains definition of constants related to Syslog API. The constants can be used in other places without the Syslog backend.
namespaceboost{namespacelog{namespacesinks{namespacesyslog{// Syslog record levels. enumlevel{emergency = = 0, alert = = 1, critical = = 2,
error = = 3, warning = = 4, notice = = 5, info = = 6,
debug = = 7};// Syslog facility codes. enumfacility{kernel = = 0 * 8, user = = 1 * 8, mail = = 2 * 8,
daemon = = 3 * 8, security0 = = 4 * 8,
syslogd = = 5 * 8, printer = = 6 * 8, news = = 7 * 8,
uucp = = 8 * 8, clock0 = = 9 * 8,
security1 = = 10 * 8, ftp = = 11 * 8, ntp = = 12 * 8,
log_audit = = 13 * 8, log_alert = = 14 * 8,
clock1 = = 15 * 8, local0 = = 16 * 8,
local1 = = 17 * 8, local2 = = 18 * 8,
local3 = = 19 * 8, local4 = = 20 * 8,
local5 = = 21 * 8, local6 = = 22 * 8,
local7 = = 23 * 8};level[make\_level](boost/log/sinks/syslog/make_level.html "Function make\_level")(int);facility[make\_facility](boost/log/sinks/syslog/make_facility.html "Function make\_facility")(int);}}}}
Andrey Semashev
09.06.2009
The header contains implementation of a text file sink backend.
namespaceboost{namespacelog{namespacesinks{class[text\_file\_backend](boost/log/sinks/text_file_backend.html "Class text\_file\_backend");namespacefile{struct[collector](boost/log/sinks/file/collector.html "Struct collector");class[rotation\_at\_time\_interval](boost/log/sinks/file/rotation_at_time_interval.html "Class rotation\_at\_time\_interval");class[rotation\_at\_time\_point](boost/log/sinks/file/rotation_at_time_point.html "Class rotation\_at\_time\_point");// The enumeration of the stored files scan methods. enumscan_method{no_scan, scan_matching, scan_all};template\<typename...ArgsT\>shared\_ptr\<[collector](boost/log/sinks/file/collector.html "Struct collector")\>[make\_collector](boost/log/sinks/file/make_collector.html "Function template make\_collector")(ArgsT...const&);}}}}
Lingxi Li
Andrey Semashev
14.10.2015
The header contains implementation of a text interprocess message queue sink backend along with implementation of a supporting interprocess message queue.
namespaceboost{namespacelog{namespacesinks{template\<typenameQueueT\>class[text\_ipc\_message\_queue\_backend](boost/log/sinks/text_ipc_message__idm33982.html "Class template text\_ipc\_message\_queue\_backend");}}}
Andrey Semashev
09.06.2009
The header contains implementation of a text multi-file sink backend.
namespaceboost{namespacelog{namespacesinks{class[text\_multifile\_backend](boost/log/sinks/text_multifile_backend.html "Class text\_multifile\_backend");namespacefile{template\<typenameFormatterT\>class[file\_name\_composer\_adapter](boost/log/sinks/file/file_name_composer_adapter.html "Class template file\_name\_composer\_adapter");template\<typenameFormatterT\>[file\_name\_composer\_adapter](boost/log/sinks/file/file_name_composer_adapter.html "Class template file\_name\_composer\_adapter")\<FormatterT\>[as\_file\_name\_composer](boost/log/sinks/file/as_file_name_composer.html "Function template as\_file\_name\_composer")(FormatterTconst&,std::localeconst&=std::locale());}}}}
Andrey Semashev
22.04.2007
The header contains implementation of a text output stream sink backend.
namespaceboost{namespacelog{namespacesinks{template\<typenameCharT\>class[basic\_text\_ostream\_backend](boost/log/sinks/basic_text_ostream_backend.html "Class template basic\_text\_ostream\_backend");typedef[basic\_text\_ostream\_backend](boost/log/sinks/basic_text_ostream_backend.html "Class template basic\_text\_ostream\_backend")\<char\>text\_ostream\_backend;// Convenience typedef for narrow-character logging. typedef[basic\_text\_ostream\_backend](boost/log/sinks/basic_text_ostream_backend.html "Class template basic\_text\_ostream\_backend")\<wchar\_t\>wtext\_ostream\_backend;// Convenience typedef for wide-character logging. }}}
Andrey Semashev
24.07.2011
The header contains implementation of unbounded FIFO queueing strategy for the asynchronous sink frontend.
namespaceboost{namespacelog{namespacesinks{class[unbounded\_fifo\_queue](boost/log/sinks/unbounded_fifo_queue.html "Class unbounded\_fifo\_queue");}}}
Andrey Semashev
24.07.2011
The header contains implementation of unbounded ordering record queueing strategy for the asynchronous sink frontend.
namespaceboost{namespacelog{namespacesinks{template\<typenameOrderT\>class[unbounded\_ordering\_queue](boost/log/sinks/unbounded_ordering_queue.html "Class template unbounded\_ordering\_queue");}}}
Andrey Semashev
14.07.2009
The header contains declaration of an unlocked sink frontend.
namespaceboost{namespacelog{namespacesinks{template\<typenameSinkBackendT\>class[unlocked\_sink](boost/log/sinks/unlocked_sink.html "Class template unlocked\_sink");}}}
| | Copyright © 2007-2021 Andrey Semashev
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt).
|