Namespaces | Macros | Typedefs
LoggerDefines.h File Reference
#include <VimbaCPP/Include/UserLoggerDefines.h>
#include <VimbaCPP/Include/FileLogger.h>
#include <VimbaCPP/Include/VimbaSystem.h>
Include dependency graph for LoggerDefines.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 AVT
 
 AVT::VmbAPI
 

Macros

#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_DECLAVT::VmbAPI::Logger
 

Macro Definition Documentation

◆ 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

Definition at line 40 of file LoggerDefines.h.

◆ LOGGER_DEF

#define LOGGER_DEF   FileLogger( "VimbaCPP.log", true )

Definition at line 41 of file LoggerDefines.h.

◆ LOGGER_LOG

#define LOGGER_LOG (   logger,
  loggingInfo 
)    if ( NULL != (logger) ) (logger)->Log( loggingInfo );

Definition at line 42 of file LoggerDefines.h.



avt_vimba_camera
Author(s): Allied Vision Technologies, Miquel Massot
autogenerated on Sat Jun 3 2023 02:14:12