Async Comm
A library for asynchronous serial communication
Public Member Functions | List of all members
async_comm::MessageHandler Class Referenceabstract

Abstract base class for message handler. More...

#include <message_handler.h>

Inheritance diagram for async_comm::MessageHandler:
Inheritance graph
[legend]

Public Member Functions

virtual void debug (const std::string &message)=0
 
virtual void info (const std::string &message)=0
 
virtual void warn (const std::string &message)=0
 
virtual void error (const std::string &message)=0
 
virtual void fatal (const std::string &message)=0
 

Detailed Description

Abstract base class for message handler.

The implementations of this class define how messages are displayed, logged, etc. To create custom behavior, derive from this base class and override the pure virtual functions.

Definition at line 55 of file message_handler.h.


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