org.picketlink.identity.federation
Class PicketLinkLoggerFactory
java.lang.Object
org.picketlink.identity.federation.PicketLinkLoggerFactory
public final class PicketLinkLoggerFactory
- extends Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PicketLinkLoggerFactory
public PicketLinkLoggerFactory()
getLogger
public static final PicketLinkLogger getLogger()
Returns a PicketLinkLogger
instance.
- Returns:
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.