Function cmb_logger_timeformatter_set
Defined in File cmb_logger.h
Function Documentation
-
void cmb_logger_timeformatter_set(cmb_timeformatter_func *tf)
Set function to format simulation times into strings for output.
- Parameters:
tf – A reentrant and threadsafe formatting function taking a
doubleas an argument and returning aconst char *. Seecmb_logger.cfor one way to do this.