Uses of Class
com.amazonaws.log.InternalLogFactory
-
Packages that use InternalLogFactory Package Description com.amazonaws.log -
-
Uses of InternalLogFactory in com.amazonaws.log
Subclasses of InternalLogFactory in com.amazonaws.log Modifier and Type Class Description classCommonsLogFactoryInternal logging factory for the signers and core classes based on Jakarta Commons Logging.classJulLogFactoryInternal logging factory for the signers and core classes based on JUL.Methods in com.amazonaws.log that return InternalLogFactory Modifier and Type Method Description static InternalLogFactoryInternalLogFactory. getFactory()Returns the current default log factory.Methods in com.amazonaws.log with parameters of type InternalLogFactory Modifier and Type Method Description static booleanInternalLogFactory. configureFactory(InternalLogFactory factory)Used to explicitly configure the log factory.
-