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
129 // Abbreviations for LOG_E macro
130 ERRCTX_EN = ERRCTX_ERRNO, // LOG_E(sev, EN, x)
131 ERRCTX_HR = ERRCTX_HRESULT, // LOG_E(sev, HR, x)
132 ERRCTX_OS = ERRCTX_OSSTATUS, // LOG_E(sev, OS, x)
321 #define LOG_E(sev, ctx, err, ...) \
342 #define LOG_E(sev, ctx, err, ...) \
350 LOG_E(sev, ERRNO, err)
356 LOG_E(sev, HRESULT, err)
360 LOG_E(sev, HRESULT, GetLastError(), mod)