Loading [MathJax]/extensions/tex2jax.js
GWOLLUM 4.2.0
Tools for gravitational-wave analyses
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Monitor.h File Reference

Process monitoring. More...

#include "CUtils.h"
Include dependency graph for Monitor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Monitor
 Monitor a GWOLLUM processing. More...
 

Enumerations

enum  MonitorMessageType {
  monitor_status , monitor_info_2 , monitor_info_3 , monitor_info_4 ,
  monitor_info_5 , monitor_fatal , monitor_error , monitor_warning ,
  monitor_n
}
 Enumerator to describe the different types of messages. More...
 

Detailed Description

Process monitoring.

Author
Florent Robinet - florent.robinet@ijclab.in2p3.fr

Enumeration Type Documentation

◆ MonitorMessageType

Enumerator to describe the different types of messages.

See also
PrintMessage()
Enumerator
monitor_status 

Status message (verbosity >=1).

monitor_info_2 

Nominal message (verbosity >=2): function call.

monitor_info_3 

Nominal message (verbosity >=3): function tasks.

monitor_info_4 

Nominal message (verbosity >=4): debugging.

monitor_info_5 

Nominal message (verbosity >=5).

monitor_fatal 

Fatal message.

monitor_error 

Error message.

monitor_warning 

Warning message.

monitor_n 

Number of message types.