Package com.amazonaws.log
Class JulLogFactory
- java.lang.Object
-
- com.amazonaws.log.InternalLogFactory
-
- com.amazonaws.log.JulLogFactory
-
public final class JulLogFactory extends InternalLogFactory
Internal logging factory for the signers and core classes based on JUL.
-
-
Constructor Summary
Constructors Constructor Description JulLogFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InternalLogApi
doGetLog(Class<?> clazz)
SPI to return a logger given a class.protected InternalLogApi
doGetLog(String name)
SPI to return a logger given a name.-
Methods inherited from class com.amazonaws.log.InternalLogFactory
configureFactory, getFactory, getLog, getLog
-
-
-
-
Method Detail
-
doGetLog
protected InternalLogApi doGetLog(Class<?> clazz)
Description copied from class:InternalLogFactory
SPI to return a logger given a class.- Specified by:
doGetLog
in classInternalLogFactory
-
doGetLog
protected InternalLogApi doGetLog(String name)
Description copied from class:InternalLogFactory
SPI to return a logger given a name.- Specified by:
doGetLog
in classInternalLogFactory
-
-