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 
PicketLinkLoggerplus the "Impl" suffix; - If no class is found fallback to the 
DefaultPicketLinkLoggeras the default logger implementation. 
- Author:
 - Pedro Silva
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
PicketLinkLoggerFactory
public PicketLinkLoggerFactory() 
 - 
 - 
Method Details
- 
getLogger
Returns a
PicketLinkLoggerinstance.- Returns:
 
 
 -