keycloakjar.org.apache.commons.logging.impl.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-bpm-identity-keycloak-all Show documentation
Show all versions of camunda-bpm-identity-keycloak-all Show documentation
Camunda Keycloak Identity Provider Plugin including all transitive dependencies
/**
* Spring's variant of the
* Commons Logging API:
* with special support for Log4J 2, SLF4J and {@code java.util.logging}.
*
* This {@code impl} package is only present for binary compatibility
* with existing Commons Logging usage, e.g. in Commons Configuration.
* {@code NoOpLog} can be used as a {@code Log} fallback instance, and
* {@code SimpleLog} is not meant to work (issuing a warning when used).
*/
package org.apache.commons.logging.impl;