MINT2
Classes | Macros
MessageService.h File Reference
#include <iostream>
#include <sstream>
#include <map>
#include "TString.h"

Go to the source code of this file.

Classes

class  MessageSerivce
 

Macros

#define WELCOME_LOG   MessageSerivce::getMessageService(MessageSerivce::WELCOME)
 
#define ERROR_LOG   MessageSerivce::getMessageService(MessageSerivce::ERROR )
 
#define INFO_LOG   MessageSerivce::getMessageService(MessageSerivce::INFO )
 
#define VERBOSE_LOG   MessageSerivce::getMessageService(MessageSerivce::VERBOSE)
 
#define GOODBYE_LOG   MessageSerivce::getMessageService(MessageSerivce::GOODBYE)
 
#define ERROR_COUNT   MessageSerivce::getMessageService().printErrorCount();
 

Macro Definition Documentation

◆ ERROR_COUNT

#define ERROR_COUNT   MessageSerivce::getMessageService().printErrorCount();

Definition at line 164 of file MessageService.h.

◆ ERROR_LOG

Definition at line 159 of file MessageService.h.

◆ GOODBYE_LOG

Definition at line 162 of file MessageService.h.

◆ INFO_LOG

Definition at line 160 of file MessageService.h.

◆ VERBOSE_LOG

Definition at line 161 of file MessageService.h.

◆ WELCOME_LOG

Definition at line 158 of file MessageService.h.