Home
last modified time | relevance | path

Searched refs:WARN_INT (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/slf4j/slf4j-1.7.21/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DCategory.java179 case Level.WARN_INT: in isEnabledFor()
205 case LocationAwareLogger.WARN_INT: in differentiatedLog()
249 differentiatedLog(null, CATEGORY_FQCN, LocationAwareLogger.WARN_INT, message, null); in warn()
257 differentiatedLog(null, CATEGORY_FQCN, LocationAwareLogger.WARN_INT, message, t); in warn()
319 case Priority.WARN_INT: in priorityToLevelInt()
320 return LocationAwareLogger.WARN_INT; in priorityToLevelInt()
H A DPriority.java37 public final static int WARN_INT = 30000; field in Priority
56 final static public Priority WARN = new Level(WARN_INT, "WARN", 4);
H A DLevel.java70 final static public Level WARN = new Level(WARN_INT, "WARN", 4);
137 case WARN_INT: in toLevel()
/dports/devel/slf4j/slf4j-1.7.21/slf4j-api/src/main/java/org/slf4j/event/
H A DEventConstants.java7 public static final int WARN_INT = LocationAwareLogger.WARN_INT; field in EventConstants
H A DLevel.java7 import static org.slf4j.event.EventConstants.WARN_INT;
16 …ERROR(ERROR_INT, "ERROR"), WARN(WARN_INT, "WARN"), INFO(INFO_INT, "INFO"), DEBUG(DEBUG_INT, "DEBUG…
/dports/devel/slf4j/slf4j-1.7.21/slf4j-ext/src/main/java/org/slf4j/ext/
H A DLoggerWrapper.java550 … ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.WARN_INT, msg, null, null); in warn()
565 …((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.WARN_INT, formattedMessage, new… in warn()
580 …((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.WARN_INT, formattedMessage, new… in warn()
595 …((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.WARN_INT, formattedMessage, arg… in warn()
609 … ((LocationAwareLogger) logger).log(null, fqcn, LocationAwareLogger.WARN_INT, msg, null, t); in warn()
622 … ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.WARN_INT, msg, null, null); in warn()
636 …((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.WARN_INT, formattedMessage, n… in warn()
650 …((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.WARN_INT, formattedMessage, n… in warn()
664 …((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.WARN_INT, formattedMessage, a… in warn()
677 … ((LocationAwareLogger) logger).log(marker, fqcn, LocationAwareLogger.WARN_INT, msg, null, t); in warn()
H A DXLogger.java77 … LocationAwareLogger.WARN_INT), ERROR("ERROR", LocationAwareLogger.ERROR_INT);
/dports/devel/log4j/apache-log4j-1.2.17/src/main/java/org/apache/log4j/
H A DPriority.java36 public final static int WARN_INT = 30000; field in Priority
55 final static public Priority WARN = new Level(WARN_INT, "WARN", 4);
H A DLevel.java67 final static public Level WARN = new Level(WARN_INT, "WARN", 4);
140 case WARN_INT: return Level.WARN; in toLevel()
H A DCategory.java1039 if(repository.isDisabled( Level.WARN_INT)) in warn()
1057 if(repository.isDisabled(Level.WARN_INT)) in warn()
/dports/devel/p5-Log-Log4perl/Log-Log4perl-1.54/lib/Log/Log4perl/
H A DLevel.pm17 use constant WARN_INT => 30000; constant
62 add_priority("WARN", WARN_INT, 4, 3);
/dports/devel/slf4j/slf4j-1.7.21/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
H A DSLF4JLocationAwareLog.java179 logger.log(null, FQCN, LocationAwareLogger.WARN_INT, String.valueOf(message), null, null); in warn()
192 logger.log(null, FQCN, LocationAwareLogger.WARN_INT, String.valueOf(message), null, t); in warn()
/dports/devel/slf4j/slf4j-1.7.21/slf4j-api/src/main/java/org/slf4j/spi/
H A DLocationAwareLogger.java47 final public int WARN_INT = 30; field
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Dlevel.cpp49 return LevelPtr(new Level(Level::WARN_INT, LOG4CXX_STR("WARN"), 4)); in getWarn()
115 case WARN_INT: in toLevel()
H A Dlevelpatternconverter.cpp79 case Level::WARN_INT: in getStyleClass()
H A Dnteventlogappender.cpp271 if (priority >= Level::WARN_INT) in getEventType()
298 if (priority >= Level::WARN_INT) in getEventCategory()
H A Dlogger.cpp327 if (repository == 0 || repository->isDisabled(Level::WARN_INT)) in isWarnEnabled()
332 return getEffectiveLevel()->toInt() <= Level::WARN_INT; in isWarnEnabled()
/dports/devel/log4j/apache-log4j-1.2.17/src/main/java/org/apache/log4j/pattern/
H A DLevelPatternConverter.java82 case Level.WARN_INT: in getStyleClass()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/java-modules/common/src/main/java/org/syslog_ng/logging/
H A DSyslogNgInternalLogger.java77 case Level.WARN_INT: in append()
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/test/cpp/
H A Dpropertyconfiguratortest.cpp80 LOGUNIT_ASSERT_EQUAL((int) Level::WARN_INT, appender->getThreshold()->toInt()); in LOGUNIT_CLASS()
/dports/devel/log4j/apache-log4j-1.2.17/tests/src/java/org/apache/log4j/
H A DPriorityTest.java65 assertEquals(30000, Priority.WARN_INT); in testWarnInt()
/dports/devel/slf4j/slf4j-1.7.21/slf4j-ext/src/main/java/org/slf4j/cal10n/
H A DLocLogger.java145 …((LocationAwareLogger) logger).log(LOCALIZED, FQCN, LocationAwareLogger.WARN_INT, translatedMsg, a… in warn()
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/include/log4cxx/
H A Dlevel.h219 WARN_INT = 30000, enumerator
/dports/devel/slf4j/slf4j-1.7.21/jul-to-slf4j/src/main/java/org/slf4j/bridge/
H A DSLF4JBridgeHandler.java216 slf4jLevel = LocationAwareLogger.WARN_INT; in callLocationAwareLogger()
/dports/science/cdk/cdk-cdk-2.3/misc/log4j/src/main/java/org/openscience/cdk/tools/
H A DLoggingTool.java507 case Level.WARN_INT: in getLevel()

12