| 
    GATE
    
   C/C++ Framework 
   | 
 
Logging and log storage utilities. More...
#include "gate/io/gate_io_api.h"#include "gate/gatetypes.h"#include "gate/processes.h"#include "gate/threading.h"#include "gate/strings.h"#include "gate/synchronization.h"Macros | |
| #define | GATE_LOG_TYPE_TRACE 1 | 
| #define | GATE_LOG_TYPE_DEBUG 10 | 
| #define | GATE_LOG_TYPE_INFO 100 | 
| #define | GATE_LOG_TYPE_STATUS 200 | 
| #define | GATE_LOG_TYPE_WARN 300 | 
| #define | GATE_LOG_TYPE_ERROR 400 | 
| #define | GATE_LOG_TYPE_FATAL 500 | 
Logging and log storage utilities.
| #define GATE_LOG_TYPE_TRACE 1 | 
development/debugging progress logs
| #define GATE_LOG_TYPE_DEBUG 10 | 
development/debugging status logs
| #define GATE_LOG_TYPE_INFO 100 | 
operation progress info (logs steps in an operation)
| #define GATE_LOG_TYPE_STATUS 200 | 
operation status info (logs the final state in an operation)
| #define GATE_LOG_TYPE_WARN 300 | 
logs a warning or non-interrupting error during an operation
| #define GATE_LOG_TYPE_ERROR 400 | 
an error during an operation that interrupts current processing
| #define GATE_LOG_TYPE_FATAL 500 | 
a critical error that makes further processing impossible