#include <iostream>#include <fstream>#include <stack>#include <time.h>Go to the source code of this file.
Classes | |
| class | Logging |
| Class pour la gestion des logs. More... | |
| class | TimeLogging |
| Utilisé pour mémoriser le temps écoulé par un pas de notre algorithme. More... | |
Defines | |
| #define | LOG_STR(x) |
| Enleve code de loggage. | |
| #define | LOG(x) |
| #define | LOG_AT(lvl, x) |
| #define | SET_LEVEL(x) |
| #define | SET_LOG(x) |
| #define | SET_LOG_APPEND(x) |
| #define | SET_LOG_STDERR |
| #define | TRACE(x) |
| #define | EXP(x) |
| #define | CLOSE_LOG |
| #define | OPEN_LOG(x) |
| #define | OPEN_LOG_APPEND(x) |
| #define | CLOCKS_PER_MS (CLOCKS_PER_SEC * 1000) |
| #define CLOCKS_PER_MS (CLOCKS_PER_SEC * 1000) |
| #define CLOSE_LOG |
| #define EXP | ( | x | ) |
| #define LOG | ( | x | ) |
| #define LOG_AT | ( | lvl, | |||
| x | ) |
| #define LOG_STR | ( | x | ) |
Enleve code de loggage.
| #define OPEN_LOG | ( | x | ) |
| #define OPEN_LOG_APPEND | ( | x | ) |
| #define SET_LEVEL | ( | x | ) |
| #define SET_LOG | ( | x | ) |
| #define SET_LOG_APPEND | ( | x | ) |
| #define SET_LOG_STDERR |
| #define TRACE | ( | x | ) |
1.5.2