Searched defs:LOG_ERR (Results 1 - 6 of 6) sorted by relevance

/external/syslinux/core/lwip/src/netif/ppp/
H A Dpppdebug.h41 #define LOG_ERR (PPP_DEBUG | LWIP_DBG_LEVEL_SEVERE) macro
/external/libbrillo/brillo/
H A Dsyslog_logging.cc18 const int kSyslogError = LOG_ERR;
23 #undef LOG_ERR macro
/external/vulkan-validation-layers/demos/smoke/
H A DShell.h73 LOG_ERR, enumerator in enum:Shell::LogPriority
/external/webrtc/webrtc/base/
H A Dlogging.h35 // LOG_ERR(sev) is an alias for the platform's normal error system, i.e. _GLE on
327 #define LOG_ERR(sev) \ macro
334 #define LOG_ERR(sev) \ macro
341 #define LOG_ERR(sev) \ macro
/external/python/cpython2/Lib/logging/
H A Dhandlers.py659 LOG_ERR = 3 # error conditions variable in class:SysLogHandler
695 "err": LOG_ERR,
696 "error": LOG_ERR, # DEPRECATED
/external/python/cpython3/Lib/logging/
H A Dhandlers.py716 LOG_ERR = 3 # error conditions variable in class:SysLogHandler
752 "err": LOG_ERR,
753 "error": LOG_ERR, # DEPRECATED

Completed in 359 milliseconds