Xmipp  v3.23.11-Nereus
Classes | Macros | Variables
xmipp_log.h File Reference
#include "xmipp_strings.h"
Include dependency graph for xmipp_log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XmippLog
 
class  XmippLogBlock
 

Macros

#define CREATE_LOG(filename)   ;
 
#define LOG(msg)   ;
 
#define CLOSE_LOG()   ;
 
#define LOG_LEVEL(msg)   ;
 
#define LOG_FUNCTION()   ;
 

Variables

XmippLog__xmippLog
 

Macro Definition Documentation

◆ CLOSE_LOG

#define CLOSE_LOG ( )    ;

Definition at line 88 of file xmipp_log.h.

◆ CREATE_LOG

#define CREATE_LOG (   filename)    ;

Definition at line 86 of file xmipp_log.h.

◆ LOG

#define LOG (   msg)    ;

Definition at line 87 of file xmipp_log.h.

◆ LOG_FUNCTION

#define LOG_FUNCTION ( )    ;

Definition at line 90 of file xmipp_log.h.

◆ LOG_LEVEL

#define LOG_LEVEL (   msg)    ;

Definition at line 89 of file xmipp_log.h.

Variable Documentation

◆ __xmippLog

XmippLog* __xmippLog

Global log pointer and macros to use it

Global log variable

Definition at line 32 of file xmipp_log.cpp.