Package com.amazonaws.log
Class JulLogFactory
java.lang.Object
com.amazonaws.log.InternalLogFactory
com.amazonaws.log.JulLogFactory
Internal logging factory for the signers and core classes based on JUL.
-
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
-
JulLogFactory
public JulLogFactory()
-
-
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
-