#include <VimbaCPP/Include/FileLogger.h>
Go to the source code of this file.
Namespaces | |
AVT | |
AVT::VmbAPI | |
Macros | |
#define | LOGGER_DECL FileLogger |
#define | LOGGER_DEF FileLogger( "VimbaCPP.log", true ) |
#define | LOGGER_LOG(logger, loggingInfo) if ( NULL != (logger) ) (logger)->Log( loggingInfo ); |
#define LOGGER_DECL FileLogger |
Definition at line 42 of file UserLoggerDefines.h.
#define LOGGER_DEF FileLogger( "VimbaCPP.log", true ) |
Definition at line 43 of file UserLoggerDefines.h.
#define LOGGER_LOG | ( | logger, | |
loggingInfo | |||
) | if ( NULL != (logger) ) (logger)->Log( loggingInfo ); |
Definition at line 44 of file UserLoggerDefines.h.