pub fn elog<C, S>(context: &C, subject: &S, method: &str, message: &str)where C: LogInfo, S: LogInfo,