simulation_time.start();
- // Set default logging threshold.
+ // Set default logging parameters
// xbt_log_control_set("simu.thres:verbose");
+ xbt_log_control_set("simu.fmt:'[%h %r] [%c/%p] %m%n'");
// Initialize some MSG internal data.
// Note: MSG_global_init() may throw an exception, but it seems
}
opt::print();
- TRY {
+ TRY {
exit_status = EXIT_FAILURE_INIT; // =====
// Register the main function of an agent in a global table.