![]() |
AOSharedServiceLibrary
|
Logging Exception, used to store errors passed from the Logger. More...
#include <logging_interface.h>


Public Member Functions | |
| LoggingException (std::string msg) | |
| Create a Logging Exception, and store the given error message. | |
| const char * | what () const throw () |
| Show the error message in readable format. | |
Public Attributes | |
| std::string | int_msg |
| An error message passed on initialization. | |
| const char * | what_str |
Logging Exception, used to store errors passed from the Logger.
1.8.11