pub fn log_event(
conn: &Connection,
feature_id: i64,
event_type: &str,
field: Option<&str>,
old_value: Option<&str>,
new_value: Option<&str>,
agent: Option<&str>,
source: &str,
) -> Result<()>Expand description
Log a change event for a feature.