pub unsafe extern "C" fn ecs_log_enable_timestamp(
enabled: bool,
) -> boolExpand description
Enable/disable logging timestamp. By default timestamps are disabled. Note that enabling timestamps introduces overhead as the logging code will need to obtain the current time.
@param enabled Whether to enable tracing with timestamps. @return Previous timestamp setting.