Home | History | Annotate | Download | only in base

Lines Matching defs:LOG_E

54 // LOG_E(sev, ctx, err, ...) logs a detailed error interpreted using the
126 // Abbreviations for LOG_E macro
127 ERRCTX_EN = ERRCTX_ERRNO, // LOG_E(sev, EN, x)
128 ERRCTX_HR = ERRCTX_HRESULT, // LOG_E(sev, HR, x)
129 ERRCTX_OS = ERRCTX_OSSTATUS, // LOG_E(sev, OS, x)
317 #define LOG_E(sev, ctx, err, ...) \
338 #define LOG_E(sev, ctx, err, ...) \
346 LOG_E(sev, ERRNO, err)
352 LOG_E(sev, HRESULT, err)
356 LOG_E(sev, HRESULT, GetLastError(), mod)