Home
last modified time | relevance | path

Searched refs:ERROR_INT (Results 1 – 12 of 12) sorted by relevance

/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DCategory.java181 case Level.ERROR_INT: in isEnabledFor()
208 case LocationAwareLogger.ERROR_INT: in differentiatedLog()
264 differentiatedLog(null, CATEGORY_FQCN, LocationAwareLogger.ERROR_INT, message, null); in error()
272 differentiatedLog(null, CATEGORY_FQCN, LocationAwareLogger.ERROR_INT, message, t); in error()
279 … differentiatedLog(FATAL_MARKER, CATEGORY_FQCN, LocationAwareLogger.ERROR_INT, message, null); in fatal()
287 differentiatedLog(FATAL_MARKER, CATEGORY_FQCN, LocationAwareLogger.ERROR_INT, message, t); in fatal()
321 case Priority.ERROR_INT: in priorityToLevelInt()
322 return LocationAwareLogger.ERROR_INT; in priorityToLevelInt()
324 return LocationAwareLogger.ERROR_INT; in priorityToLevelInt()
DPriority.java36 public final static int ERROR_INT = 40000; field in Priority
51 final static public Priority ERROR = new Level(ERROR_INT, "ERROR", 3);
DLevel.java65 final static public Level ERROR = new Level(ERROR_INT, "ERROR", 3);
139 case ERROR_INT: in toLevel()
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
DSLF4JLocationAwareLog.java203 logger.log(null, FQCN, LocationAwareLogger.ERROR_INT, String.valueOf(message), null, null); in error()
216 logger.log(null, FQCN, LocationAwareLogger.ERROR_INT, String.valueOf(message), null, t); in error()
227 logger.log(null, FQCN, LocationAwareLogger.ERROR_INT, String.valueOf(message), null, null); in fatal()
240 logger.log(null, FQCN, LocationAwareLogger.ERROR_INT, String.valueOf(message), null, t); in fatal()
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
DLoggerWrapper.java705 … ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, msg, null, null); in error()
720 …((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, ne… in error()
735 …((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, ne… in error()
750 …((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, ar… in error()
764 … ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.ERROR_INT, msg, null, t); in error()
777 … ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, msg, null, null); in error()
791 …((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, … in error()
805 …((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, … in error()
819 …((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, formattedMessage, … in error()
832 … ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.ERROR_INT, msg, null, t); in error()
DXLogger.java77 … LocationAwareLogger.WARN_INT), ERROR("ERROR", LocationAwareLogger.ERROR_INT);
159 …((LocationAwareLogger) logger).log(THROWING_MARKER, FQCN, LocationAwareLogger.ERROR_INT, "throwing… in throwing()
187 …((LocationAwareLogger) logger).log(CATCHING_MARKER, FQCN, LocationAwareLogger.ERROR_INT, "catching… in catching()
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/
DLocationAwareLogger.java46 final public int ERROR_INT = 40; field
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/cal10n/
DLocLogger.java167 …((LocationAwareLogger) logger).log(LOCALIZED, FQCN, LocationAwareLogger.ERROR_INT, translatedMsg, … in error()
/external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/
DSLF4JBridgeHandler.java218 slf4jLevel = LocationAwareLogger.ERROR_INT; in callLocationAwareLogger()
/external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/
DLog4jLoggerAdapter.java589 case LocationAwareLogger.ERROR_INT: in log()
/external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
DJDK14LoggerAdapter.java636 case LocationAwareLogger.ERROR_INT: in log()
/external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
DSimpleLogger.java130 private static final int LOG_LEVEL_ERROR = LocationAwareLogger.ERROR_INT;