Home
last modified time | relevance | path

Searched refs:LOG_LEVEL_ERROR (Results 1 – 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/impl/
DSimpleLog.java117 public static final int LOG_LEVEL_ERROR = 5; field in SimpleLog
232 setLevel(SimpleLog.LOG_LEVEL_ERROR); in SimpleLog()
293 case SimpleLog.LOG_LEVEL_ERROR: buf.append("[ERROR] "); break; in log()
495 if (isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR)) { in error()
496 log(SimpleLog.LOG_LEVEL_ERROR, message, null); in error()
511 if (isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR)) { in error()
512 log(SimpleLog.LOG_LEVEL_ERROR, message, t); in error()
570 return isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR); in isErrorEnabled()
/external/libusb_aah/libusb/
Dlibusbi.h126 LOG_LEVEL_ERROR, enumerator
151 #define usbi_err(ctx, ...) _usbi_log(ctx, LOG_LEVEL_ERROR, __VA_ARGS__)
191 usbi_log_v(ctx, LOG_LEVEL_ERROR, "", fmt, args); in usbi_err()
Dcore.c1791 case LOG_LEVEL_ERROR: in usbi_log_v()
/external/libusb/libusb/
Dlibusbi.h112 LOG_LEVEL_ERROR, enumerator
132 #define usbi_err(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_ERROR, fmt)
Dcore.c1561 case LOG_LEVEL_ERROR: in usbi_log()
/external/libusb-compat/libusb/
Dcore.c39 LOG_LEVEL_ERROR, enumerator
56 #define usbi_err(fmt...) _usbi_log(LOG_LEVEL_ERROR, fmt)
116 case LOG_LEVEL_ERROR: in usbi_log()