Home | History | Annotate | Download | only in base

Lines Matching defs:LOG_E

39 // LOG_E(sev, ctx, err, ...) logs a detailed error interpreted using the
111 // Abbreviations for LOG_E macro
112 ERRCTX_EN = ERRCTX_ERRNO, // LOG_E(sev, EN, x)
113 ERRCTX_HR = ERRCTX_HRESULT, // LOG_E(sev, HR, x)
114 ERRCTX_OS = ERRCTX_OSSTATUS, // LOG_E(sev, OS, x)
312 #define LOG_E(sev, ctx, err, ...) \
335 #define LOG_E(sev, ctx, err, ...) \
345 LOG_E(sev, ERRNO, err)
351 LOG_E(sev, HRESULT, err)
355 LOG_E(sev, HRESULT, GetLastError(), mod)