Go to the source code of this file.
◆ LOG_FREE_TEXT
#define LOG_FREE_TEXT |
( |
|
txt | ) |
|
Value: std::string strExc( txt );\
strExc.append( " in function: " );\
strExc.append( __FUNCTION__ );\
LOGGER_LOG( VimbaSystem::GetInstance().GetLogger(), strExc );
Definition at line 56 of file LoggerDefines.h.
◆ LOGGER_DECL
#define LOGGER_DECL FileLogger |
◆ LOGGER_DEF
#define LOGGER_DEF FileLogger( "VimbaCPP.log", true ) |
◆ LOGGER_LOG
#define LOGGER_LOG |
( |
|
logger, |
|
|
|
loggingInfo |
|
) |
| if ( NULL != (logger) ) (logger)->Log( loggingInfo ); |