Searched refs:logEntry (Results 1 – 1 of 1) sorted by relevance
126 #define RETURN_BINDER_STATUS_IF_NOT_OK(logEntry, res) \ argument129 logErrorStatus((logEntry), (res)); \137 void logErrorStatus(netdutils::LogEntry& logEntry, const netdutils::Status& status) { in logErrorStatus() argument138 gLog.log(logEntry.returns(status.code()).withAutomaticDuration()); in logErrorStatus()