qxLib
Classes | Public Member Functions | List of all members
qx::error_context_stream Class Reference

A stream that allows capturing all messages and redirecting them to error contexts. More...

#include <error_context_stream.h>

Inheritance diagram for qx::error_context_stream:
qx::base_logger_stream qx::rtti_root< naming_strategy_t > qx::rtti_pure_base

Public Member Functions

threads_shared< on_message_delegates_map_t > & get_on_messages () noexcept
 Get on messages delegate. More...
 
threads_shared< on_error_delegate, std::recursive_mutex > & get_on_error () noexcept
 Get on error delegate. More...
 
void on_error (std::thread::id errorThreadId) noexcept
 Emit error event for all listeners. More...
 
- Public Member Functions inherited from qx::base_logger_stream
 base_logger_stream (const config &streamConfig) noexcept
 base_logger_stream object constructor More...
 
void log (const category &category, verbosity eVerbosity, std::thread::id threadId, std::chrono::system_clock::time_point messageTime, string_view svFile, string_view svFunction, int nLine, string_view svMessage)
 Output to stream. More...
 
void flush ()
 Flush the stream.
 

Detailed Description

A stream that allows capturing all messages and redirecting them to error contexts.

Author
Khrapov
Date
10.02.2026

Definition at line 30 of file error_context_stream.h.

Member Function Documentation

◆ get_on_error()

threads_shared< error_context_stream::on_error_delegate, std::recursive_mutex > & qx::error_context_stream::get_on_error ( )
inlinenoexcept

Get on error delegate.

Return values
-on error delegate

Definition at line 25 of file error_context_stream.inl.

◆ get_on_messages()

threads_shared< error_context_stream::on_message_delegates_map_t > & qx::error_context_stream::get_on_messages ( )
inlinenoexcept

Get on messages delegate.

Return values
-on messages delegate

Definition at line 19 of file error_context_stream.inl.

◆ on_error()

void qx::error_context_stream::on_error ( std::thread::id  errorThreadId)
inlinenoexcept

Emit error event for all listeners.

Parameters
errorThreadId- the thread where error occured

Definition at line 31 of file error_context_stream.inl.


The documentation for this class was generated from the following files: