Home
last modified time | relevance | path

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

/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DLoggerFactory.java74 …static final String UNSUCCESSFUL_INIT_MSG = "org.slf4j.LoggerFactory could not be successfully ini… field in LoggerFactory
339 throw new IllegalStateException(UNSUCCESSFUL_INIT_MSG); in getILoggerFactory()