pub type EventLogger = Box<dyn Fn(&Context, &str, Option<Value>) + Send + Sync>;
pub struct EventLogger(/* private fields */);