SimGrid  3.13
Versatile Simulation of Distributed Systems
xbt_log_appender_file.c File Reference
#include "src/internal_config.h"
#include "xbt/sysdep.h"
#include "src/xbt/log_private.h"
#include <stdio.h>

Classes

struct  xbt_log_append2_file_s
 

Macros

#define APPEND2_END_TOKEN   "\n[End of log]\n"
 
#define APPEND2_END_TOKEN_CLEAR   "\n "
 

Typedefs

typedef struct xbt_log_append2_file_sxbt_log_append2_file_t
 

Functions

static void append_file (xbt_log_appender_t this_, char *str)
 
static void smpi_append_file (xbt_log_appender_t this_, char *str)
 
static void free_ (xbt_log_appender_t this_)
 
 XBT_LOG_EXTERNAL_CATEGORY (smpi)
 
xbt_log_appender_t xbt_log_appender_file_new (char *arg)
 
static void open_append2_file (xbt_log_append2_file_t data)
 
static void append2_file (xbt_log_appender_t this_, char *str)
 
static void smpi_append2_file (xbt_log_appender_t this_, char *str)
 
static void free_append2_ (xbt_log_appender_t this_)
 
xbt_log_appender_t xbt_log_appender2_file_new (char *arg, int roll)
 

Macro Definition Documentation

#define APPEND2_END_TOKEN   "\n[End of log]\n"
#define APPEND2_END_TOKEN_CLEAR   "\n "

Typedef Documentation

Function Documentation

static void append_file ( xbt_log_appender_t  this_,
char *  str 
)
static
static void smpi_append_file ( xbt_log_appender_t  this_,
char *  str 
)
static
static void free_ ( xbt_log_appender_t  this_)
static
XBT_LOG_EXTERNAL_CATEGORY ( smpi  )
xbt_log_appender_t xbt_log_appender_file_new ( char *  arg)
static void open_append2_file ( xbt_log_append2_file_t  data)
static
static void append2_file ( xbt_log_appender_t  this_,
char *  str 
)
static
static void smpi_append2_file ( xbt_log_appender_t  this_,
char *  str 
)
static
static void free_append2_ ( xbt_log_appender_t  this_)
static
xbt_log_appender_t xbt_log_appender2_file_new ( char *  arg,
int  roll 
)