Macros | Enumerations
journalloglevel.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define JLDEF_BUILD   JLL_ALERT
 
#define JLDEF_DEBUGGER   JLL_Fatal
 
#define JLDEF_FILE   JLL_Alert
 
#define JLL_ALERT   2
 
#define JLL_DEBUG   1
 
#define JLL_DISABLE   6
 
#define JLL_ERROR   3
 
#define JLL_FATAL   4
 
#define JLL_TRACE   0
 
#define JLL_WRITE   5
 
#define JLNOLINEINFO
 

Enumerations

enum  JournalLogLevel {
  JLL_Trace = JLL_TRACE, JLL_Debug = JLL_DEBUG, JLL_Alert = JLL_ALERT, JLL_Error = JLL_ERROR,
  JLL_Fatal = JLL_FATAL, JLL_Write = JLL_WRITE, JLL_Disable = JLL_DISABLE
}
 

Macro Definition Documentation

◆ JLDEF_BUILD

#define JLDEF_BUILD   JLL_ALERT

Definition at line 135 of file journalloglevel.h.

◆ JLDEF_DEBUGGER

#define JLDEF_DEBUGGER   JLL_Fatal

Definition at line 141 of file journalloglevel.h.

◆ JLDEF_FILE

#define JLDEF_FILE   JLL_Alert

Definition at line 138 of file journalloglevel.h.

◆ JLL_ALERT

#define JLL_ALERT   2

Definition at line 81 of file journalloglevel.h.

◆ JLL_DEBUG

#define JLL_DEBUG   1

Definition at line 80 of file journalloglevel.h.

◆ JLL_DISABLE

#define JLL_DISABLE   6

Definition at line 85 of file journalloglevel.h.

◆ JLL_ERROR

#define JLL_ERROR   3

Definition at line 82 of file journalloglevel.h.

◆ JLL_FATAL

#define JLL_FATAL   4

Definition at line 83 of file journalloglevel.h.

◆ JLL_TRACE

#define JLL_TRACE   0

Definition at line 79 of file journalloglevel.h.

◆ JLL_WRITE

#define JLL_WRITE   5

Definition at line 84 of file journalloglevel.h.

◆ JLNOLINEINFO

#define JLNOLINEINFO

Definition at line 143 of file journalloglevel.h.

Enumeration Type Documentation

◆ JournalLogLevel

Enumerator
JLL_Trace 

log all messages, including function entry/exit

JLL_Debug 

log all messages, except function entry/exit (trace)

JLL_Alert 

only log fatal, error and alert messages

JLL_Error 

only log fatal and error messages

JLL_Fatal 

only log fatal messages

JLL_Write 

only log 'write' messages

JLL_Disable 

don't log any messages

Definition at line 88 of file journalloglevel.h.



xsens_mti_driver
Author(s):
autogenerated on Sun Sep 3 2023 02:43:21