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

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

#include <so_5/declspec.hpp>
#include <so_5/compiler_features.hpp>
#include <so_5/coop_handle.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.
 

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...
 

Functions

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

Detailed Description

An interface for the exception logging definition.