Package org.keycloak.saml.common
Class PicketLinkLoggerFactory
- java.lang.Object
-
- org.keycloak.saml.common.PicketLinkLoggerFactory
-
public final class PicketLinkLoggerFactory extends Object
Factory class to create
PicketLinkLoggerinstances.The logger instances are created based on the following patterns:
- Tries to load a class with the same full qualified name of
PicketLinkLoggerplus the "Impl" suffix; - If no class is found fallback to the
DefaultPicketLinkLoggeras the default logger implementation.
- Author:
- Pedro Silva
- Tries to load a class with the same full qualified name of
-
-
Constructor Summary
Constructors Constructor Description PicketLinkLoggerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PicketLinkLoggergetLogger()Returns aPicketLinkLoggerinstance.
-
-
-
Method Detail
-
getLogger
public static PicketLinkLogger getLogger()
Returns a
PicketLinkLoggerinstance.- Returns:
-
-