Package com.amazonaws.log
Class CommonsLogFactory
java.lang.Object
com.amazonaws.log.InternalLogFactory
com.amazonaws.log.CommonsLogFactory
Internal logging factory for the signers and core classes based on Jakarta
Commons Logging.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected InternalLogApi
SPI to return a logger given a class.protected InternalLogApi
SPI to return a logger given a name.Methods inherited from class com.amazonaws.log.InternalLogFactory
configureFactory, getFactory, getLog, getLog
-
Constructor Details
-
CommonsLogFactory
public CommonsLogFactory()
-
-
Method Details
-
doGetLog
Description copied from class:InternalLogFactory
SPI to return a logger given a class.- Specified by:
doGetLog
in classInternalLogFactory
-
doGetLog
Description copied from class:InternalLogFactory
SPI to return a logger given a name.- Specified by:
doGetLog
in classInternalLogFactory
-