Package com.epam.common.logging
Class LogFactory
java.lang.Object
com.epam.common.logging.LogFactory
The log factory implementation.
Provides functionality for create and configure SLF4H or Common Logging instance,
if no one is exists, the DefaultLog implementation is used instead.
-
Method Summary
-
Method Details
-
getLog
Gets log instance.- Parameters:
aClass
- the class
-
getLog
Gets log instance.- Parameters:
name
- the logical name of theLog
instance
-