S3FC project page | S3FC home page |
#include <s3_logger.h>
Collaboration diagram for s3_msgb_logger:
Public Methods | |
s3_msgb_logger (const std::string &my_box_name, const std::string &dst_box_name, const std::string po_ip="", const unsigned int po_port=0) | |
Constructor. More... | |
Protected Attributes | |
s3_msgb_log_buffer | logbuf |
Buffer class that does the actual work. More... |
Definition at line 390 of file s3_logger.h.
|
Constructor. Connects the message box to the postal system. When values other than the defaults are provided for both the Post Office switch IP and Port arguments, the message box system is initialised if it is not yet initialised. When these arguments are omitted, the message box system must be initialised prior to the instantiation of this class. If the message box connection fail for whatever reason, an s3_generic_exception will be thrown.
Definition at line 415 of file s3_logger.h. |
|
Buffer class that does the actual work.
Definition at line 395 of file s3_logger.h. |
Send comments to: s3fc@stonethree.com |
|