log_function
pthread_create(&c->thr, NULL, log_function, c);
log_function(c);
this_observer->log_function = the_log_function;
this_observer->log_function(
SCI_BASE_STATE_MACHINE_LOGGER_LOG_HANDLER_T log_function;