Package org.keycloak.saml.common
Class PicketLinkLoggerFactory
java.lang.Object
org.keycloak.saml.common.PicketLinkLoggerFactory
Factory class to create PicketLinkLogger
instances.
The logger instances are created based on
the following patterns:
- Tries to load a class with the same full qualified name of
PicketLinkLogger
plus the "Impl" suffix; - If no class is found fallback to the
DefaultPicketLinkLogger
as the default logger implementation.
- Author:
- Pedro Silva
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PicketLinkLoggerFactory
public PicketLinkLoggerFactory()
-
-
Method Details
-
getLogger
Returns a
PicketLinkLogger
instance.- Returns:
-