Package es.kukenan.smartfi.logger
Class WalletLoggerFactory
java.lang.Object
es.kukenan.smartfi.logger.WalletLoggerFactory
Factory for specific logger WalletLoggerAdapter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WalletLoggerAdapterReturn a logger named corresponding to the class passed as parameter, using the statically bound.static WalletLoggerAdapterReturn a logger named corresponding to the class passed as parameter, using the statically bound.
-
Constructor Details
-
WalletLoggerFactory
public WalletLoggerFactory()
-
-
Method Details
-
getLogger
Return a logger named corresponding to the class passed as parameter, using the statically bound.- Parameters:
clazz- the returned logger will be named after clazz.- Returns:
- logger.
-
getLogger
Return a logger named corresponding to the class passed as parameter, using the statically bound.- Parameters:
name- the returned logger will be named after name.- Returns:
- logger.
-