SObjectizer  5.5
Classes | Namespaces | Typedefs | Functions
event_exception_logger.hpp File Reference

An interface for the exception logging definition. More...

#include <so_5/h/declspec.hpp>
#include <so_5/h/compiler_features.hpp>
#include <exception>
#include <string>
#include <memory>

Go to the source code of this file.

Classes

class  so_5::event_exception_logger_t
 An interface for the exception logging. More...
 

Namespaces

 so_5
 Public part of message limit implementation.
 
 so_5::rt
 All code related to implementation of SObjectizer run-time.
 

Typedefs

using so_5::event_exception_logger_unique_ptr_t = std::unique_ptr< event_exception_logger_t >
 Typedef for the event_exception_logger autopointer. More...
 
using so_5::rt::event_exception_logger_t = so_5::event_exception_logger_t
 
using so_5::rt::event_exception_logger_unique_ptr_t = so_5::event_exception_logger_unique_ptr_t
 

Functions

SO_5_FUNC event_exception_logger_unique_ptr_t so_5::create_std_event_exception_logger ()
 Create the default exception logger. More...
 
so_5::event_exception_logger_unique_ptr_t so_5::rt::create_std_event_exception_logger ()
 

Detailed Description

An interface for the exception logging definition.