Searched refs:specifiedLogClassName (Results 1 – 1 of 1) sorted by relevance
779 String specifiedLogClassName = findUserSpecifiedLogClassName(); in discoverLogImplementation() local781 if (specifiedLogClassName != null) { in discoverLogImplementation()784 specifiedLogClassName + "'..."); in discoverLogImplementation()787 result = createLogFromClass(specifiedLogClassName, in discoverLogImplementation()792 messageBuffer.append(specifiedLogClassName); in discoverLogImplementation()797 if (specifiedLogClassName != null) { in discoverLogImplementation()798 … informUponSimilarName(messageBuffer, specifiedLogClassName, LOGGING_IMPL_LOG4J_LOGGER); in discoverLogImplementation()799 … informUponSimilarName(messageBuffer, specifiedLogClassName, LOGGING_IMPL_JDK14_LOGGER); in discoverLogImplementation()800 … informUponSimilarName(messageBuffer, specifiedLogClassName, LOGGING_IMPL_LUMBERJACK_LOGGER); in discoverLogImplementation()801 … informUponSimilarName(messageBuffer, specifiedLogClassName, LOGGING_IMPL_SIMPLE_LOGGER); in discoverLogImplementation()