|
SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include "simgrid/host.h"#include "simgrid/msg.h"#include "src/xbt/log_private.h"#include "xbt/sysdep.h"#include <stdio.h>Macros | |
| #define | ERRMSG |
| #define | check_overflow(len) |
| #define | set_sz_from_precision() |
| #define | show_it(data, letter) |
| #define | show_string(data) |
| #define | show_int(data) show_it(data, "d") |
| #define | show_double(data) show_it(data, "f") |
Functions | |
| static int | xbt_log_layout_format_doit (xbt_log_layout_t l, xbt_log_event_t ev, const char *msg_fmt) |
| static void | xbt_log_layout_format_free (xbt_log_layout_t lay) |
| xbt_log_layout_t | xbt_log_layout_format_new (char *arg) |
Variables | |
| const char * | xbt_log_priority_names [8] |
| #define ERRMSG |
| #define check_overflow | ( | len | ) |
| #define set_sz_from_precision | ( | ) |
| #define show_it | ( | data, | |
| letter | |||
| ) |
| #define show_string | ( | data | ) |
|
static |
|
static |
| xbt_log_layout_t xbt_log_layout_format_new | ( | char * | arg | ) |
| const char* xbt_log_priority_names[8] |