ecs_log_enable_timestamp

Function ecs_log_enable_timestamp 

Source
pub unsafe extern "C" fn ecs_log_enable_timestamp(
    enabled: bool,
) -> bool
Expand 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.