MINT2
|
#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(); |
#define ERROR_COUNT MessageSerivce::getMessageService().printErrorCount(); |
Definition at line 164 of file MessageService.h.
#define ERROR_LOG MessageSerivce::getMessageService(MessageSerivce::ERROR ) |
Definition at line 159 of file MessageService.h.
#define GOODBYE_LOG MessageSerivce::getMessageService(MessageSerivce::GOODBYE) |
Definition at line 162 of file MessageService.h.
#define INFO_LOG MessageSerivce::getMessageService(MessageSerivce::INFO ) |
Definition at line 160 of file MessageService.h.
#define VERBOSE_LOG MessageSerivce::getMessageService(MessageSerivce::VERBOSE) |
Definition at line 161 of file MessageService.h.
#define WELCOME_LOG MessageSerivce::getMessageService(MessageSerivce::WELCOME) |
Definition at line 158 of file MessageService.h.