#include <VimbaCPP/Include/UserLoggerDefines.h>
#include <VimbaCPP/Include/FileLogger.h>
#include <VimbaCPP/Include/VimbaSystem.h>
Go to the source code of this file.
Namespaces | |
namespace | AVT |
namespace | AVT::VmbAPI |
Defines | |
#define | LOG_FREE_TEXT(txt) |
#define | LOGGER_DECL FileLogger |
#define | LOGGER_DEF FileLogger( "VimbaCPP.log", true ) |
#define | LOGGER_LOG(logger, loggingInfo) if ( NULL != (logger) ) (logger)->Log( loggingInfo ); |
Typedefs | |
typedef LOGGER_DECL * | AVT::VmbAPI::Logger |
#define LOG_FREE_TEXT | ( | txt | ) |
std::string strExc( txt );\
strExc.append( " in function: " );\
strExc.append( __FUNCTION__ );\
LOGGER_LOG( VimbaSystem::GetInstance().GetLogger(), strExc );
Definition at line 57 of file LoggerDefines.h.
#define LOGGER_DECL FileLogger |
Definition at line 41 of file LoggerDefines.h.
#define LOGGER_DEF FileLogger( "VimbaCPP.log", true ) |
Definition at line 42 of file LoggerDefines.h.
#define LOGGER_LOG | ( | logger, | |
loggingInfo | |||
) | if ( NULL != (logger) ) (logger)->Log( loggingInfo ); |
Definition at line 43 of file LoggerDefines.h.