TwiceAsNice  2019-02-18
Namespaces | Macros | Functions
Object.h File Reference
#include <Nice/Time/Date.h>
#include <Nice/Log/LoggerObject.h>
#include <Nice/Log/Stream.h>
#include <Nice/Util/Enviroment.h>
Include dependency graph for Object.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 Nice
 

 
 Nice::Log
 

Macros

#define A_OBJ(y)   Nice::Log::createLoggerObject(Nice::LALERT, __FILE__, __LINE__, __PRETTY_FUNCTION__, y)
 
#define F_OBJ(y)   Nice::Log::createLoggerObject(Nice::LFATAL, __FILE__, __LINE__, __PRETTY_FUNCTION__, y)
 
#define C_OBJ(y)   Nice::Log::createLoggerObject(Nice::LCRITICAL, __FILE__, __LINE__, __PRETTY_FUNCTION__, y)
 
#define E_OBJ(y)   Nice::Log::createLoggerObject(Nice::LERROR, __FILE__, __LINE__, __PRETTY_FUNCTION__, y)
 
#define W_OBJ(y)   Nice::Log::createLoggerObject(Nice::LWARNING, __FILE__, __LINE__, __PRETTY_FUNCTION__, y)
 
#define N_OBJ(y)   Nice::Log::createLoggerObject(Nice::LNOTICE, __FILE__, __LINE__, __PRETTY_FUNCTION__, y)
 
#define I_OBJ(y)   Nice::Log::createLoggerObject(Nice::LINFO, __FILE__, __LINE__, __PRETTY_FUNCTION__, y)
 

Functions

Nice::LoggerObject Nice::Log::createLoggerObject (Nice::LEVEL _type, const char *_file, int _line, const char *_func, const std::string &_log)
 

Macro Definition Documentation

◆ A_OBJ

#define A_OBJ (   y)    Nice::Log::createLoggerObject(Nice::LALERT, __FILE__, __LINE__, __PRETTY_FUNCTION__, y)

◆ C_OBJ

#define C_OBJ (   y)    Nice::Log::createLoggerObject(Nice::LCRITICAL, __FILE__, __LINE__, __PRETTY_FUNCTION__, y)

◆ E_OBJ

#define E_OBJ (   y)    Nice::Log::createLoggerObject(Nice::LERROR, __FILE__, __LINE__, __PRETTY_FUNCTION__, y)

◆ F_OBJ

#define F_OBJ (   y)    Nice::Log::createLoggerObject(Nice::LFATAL, __FILE__, __LINE__, __PRETTY_FUNCTION__, y)

◆ I_OBJ

#define I_OBJ (   y)    Nice::Log::createLoggerObject(Nice::LINFO, __FILE__, __LINE__, __PRETTY_FUNCTION__, y)

◆ N_OBJ

#define N_OBJ (   y)    Nice::Log::createLoggerObject(Nice::LNOTICE, __FILE__, __LINE__, __PRETTY_FUNCTION__, y)

◆ W_OBJ

#define W_OBJ (   y)    Nice::Log::createLoggerObject(Nice::LWARNING, __FILE__, __LINE__, __PRETTY_FUNCTION__, y)