X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a97de8c98502af9f74cfceb924fa02e0fd80925..b94fa144e9b0c70d91ea56d7d5e40d6d1341b64a:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index a121bd8776..bf5168da6d 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -1,6 +1,6 @@ /* log - a generic logging facility in the spirit of log4j */ -/* Copyright (c) 2004-2014. The SimGrid Team. +/* Copyright (c) 2004-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -11,15 +11,15 @@ #include /* snprintf */ #include /* snprintf */ -#include "portable.h" /* to get a working stdarg.h */ +#include "src/portable.h" /* to get a working stdarg.h */ -#include "xbt_modinter.h" +#include "src/xbt_modinter.h" #include "xbt/misc.h" #include "xbt/ex.h" #include "xbt/str.h" #include "xbt/sysdep.h" -#include "xbt/log_private.h" +#include "src/xbt/log_private.h" #include "xbt/dynar.h" #include "xbt/xbt_os_thread.h" @@ -606,7 +606,6 @@ static void xbt_log_connect_categories(void) #endif /* instr */ -#ifdef HAVE_TRACING XBT_LOG_CONNECT(instr); XBT_LOG_CONNECT(instr_api); XBT_LOG_CONNECT(instr_config); @@ -624,7 +623,6 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(instr_surf); XBT_LOG_CONNECT(instr_trace); XBT_LOG_CONNECT(instr_TI_trace); -#endif /* jedule */ #ifdef HAVE_JEDULE @@ -641,17 +639,26 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(mc_compare); XBT_LOG_CONNECT(mc_diff); XBT_LOG_CONNECT(mc_dwarf); - XBT_LOG_CONNECT(mc_global); XBT_LOG_CONNECT(mc_hash); XBT_LOG_CONNECT(mc_ignore); XBT_LOG_CONNECT(mc_liveness); XBT_LOG_CONNECT(mc_memory); - XBT_LOG_CONNECT(mc_memory_map); XBT_LOG_CONNECT(mc_page_snapshot); XBT_LOG_CONNECT(mc_request); XBT_LOG_CONNECT(mc_safety); XBT_LOG_CONNECT(mc_visited); + XBT_LOG_CONNECT(mc_client); + XBT_LOG_CONNECT(mc_client_api); + XBT_LOG_CONNECT(mc_comm_pattern); + XBT_LOG_CONNECT(mc_process); + XBT_LOG_CONNECT(mc_protocol); + XBT_LOG_CONNECT(mc_RegionSnaphot); + XBT_LOG_CONNECT(mc_ModelChecker); + XBT_LOG_CONNECT(mc_state); #endif + XBT_LOG_CONNECT(mc_global); + XBT_LOG_CONNECT(mc_config); + XBT_LOG_CONNECT(mc_record); /* msg */ XBT_LOG_CONNECT(msg); @@ -706,16 +713,8 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(surf_lagrange_dichotomy); XBT_LOG_CONNECT(surf_maxmin); XBT_LOG_CONNECT(surf_network); -#ifdef HAVE_GTNETS - XBT_LOG_CONNECT(surf_network_gtnets); - XBT_LOG_CONNECT(surf_network_gtnets_interface); - XBT_LOG_CONNECT(surf_network_gtnets_simulator); - XBT_LOG_CONNECT(surf_network_gtnets_topology); -#endif #ifdef HAVE_NS3 - XBT_LOG_CONNECT(surf_network_ns3); - XBT_LOG_CONNECT(interface_ns3); - XBT_LOG_CONNECT(simulator_ns3); + XBT_LOG_CONNECT(ns3); #endif XBT_LOG_CONNECT(surf_parse); XBT_LOG_CONNECT(surf_route); @@ -730,8 +729,8 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(surf_route_vivaldi); XBT_LOG_CONNECT(surf_storage); XBT_LOG_CONNECT(surf_trace); - XBT_LOG_CONNECT(surf_vm_workstation); - XBT_LOG_CONNECT(surf_workstation); + XBT_LOG_CONNECT(surf_vm); + XBT_LOG_CONNECT(surf_host); #endif /* simgrid_EXPORTS */ } @@ -1129,9 +1128,12 @@ static xbt_log_setting_t _xbt_log_parse_setting(const char *control_string) } if(ithresh = (e_xbt_log_priority_t) i; } else {