HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_INT (Results 1 - 22 of 22) sorted by null

  /external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/
LocationAwareLogger.java 46 final public int ERROR_INT = 40;
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Category.java 181 case Level.ERROR_INT:
208 case LocationAwareLogger.ERROR_INT:
264 differentiatedLog(null, CATEGORY_FQCN, LocationAwareLogger.ERROR_INT, message, null);
272 differentiatedLog(null, CATEGORY_FQCN, LocationAwareLogger.ERROR_INT, message, t);
279 differentiatedLog(FATAL_MARKER, CATEGORY_FQCN, LocationAwareLogger.ERROR_INT, message, null);
287 differentiatedLog(FATAL_MARKER, CATEGORY_FQCN, LocationAwareLogger.ERROR_INT, message, t);
321 case Priority.ERROR_INT:
322 return LocationAwareLogger.ERROR_INT;
324 return LocationAwareLogger.ERROR_INT;
Priority.java 36 public final static int ERROR_INT = 40000;
51 final static public Priority ERROR = new Level(ERROR_INT, "ERROR", 3);
Level.java 65 final static public Level ERROR = new Level(ERROR_INT, "ERROR", 3);
139 case ERROR_INT:
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SLF4JLocationAwareLog.java 203 logger.log(null, FQCN, LocationAwareLogger.ERROR_INT, String.valueOf(message), null, null);
216 logger.log(null, FQCN, LocationAwareLogger.ERROR_INT, String.valueOf(message), null, t);
227 logger.log(null, FQCN, LocationAwareLogger.ERROR_INT, String.valueOf(message), null, null);
240 logger.log(null, FQCN, LocationAwareLogger.ERROR_INT, String.valueOf(message), null, t);
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
XLogger.java 77 LocationAwareLogger.WARN_INT), ERROR("ERROR", LocationAwareLogger.ERROR_INT);
159 ((LocationAwareLogger) logger).log(THROWING_MARKER, FQCN, LocationAwareLogger.ERROR_INT, "throwing", null, throwable);
187 ((LocationAwareLogger) logger).log(CATCHING_MARKER, FQCN, LocationAwareLogger.ERROR_INT, "catching", null, throwable);
LoggerWrapper.java 705 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, msg, null, null);
720 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, new Object[] { arg }, null);
735 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, new Object[] { arg1, arg2 }, null);
750 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, args, null);
764 ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, msg, null, t);
777 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, msg, null, null);
791 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, new Object[] { arg }, null);
805 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, new Object[] { arg1, arg2 }, null);
819 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, args, null);
832 ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, msg, null, t)
    [all...]
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/cal10n/
LocLogger.java 167 ((LocationAwareLogger) logger).log(LOCALIZED, FQCN, LocationAwareLogger.ERROR_INT, translatedMsg, args, null);
  /external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/
SLF4JBridgeHandler.java 218 slf4jLevel = LocationAwareLogger.ERROR_INT;
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-over-slf4j-1.4.2.jar 
slf4j-api-1.4.2.jar 
logback-classic-0.9.8-SNAPSHOT.jar 
log4j-1.2.14.jar 
log4j-1.3alpha-8.jar 
  /external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/
Log4jLoggerAdapter.java 589 case LocationAwareLogger.ERROR_INT:
  /external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
JDK14LoggerAdapter.java 636 case LocationAwareLogger.ERROR_INT:
  /external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
SimpleLogger.java 130 private static final int LOG_LEVEL_ERROR = LocationAwareLogger.ERROR_INT;
  /external/slf4j/integration/lib/
slf4j-api-1.5.11.jar 
slf4j-api-1.6.6.jar 
slf4j-api-1.6.99.jar 
slf4j-api-2.0.99.jar 
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 

Completed in 387 milliseconds