Class SupportLogManager
java.lang.Object
org.broadleafcommerce.common.logging.SupportLogManager
LogManager class that adds support for retrieving a specialized Logger instance (SupportLogger). SupportLogger provides support for the SUPPORT log level.
- Author:
- Jeff Fischer, elbertbautista
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SupportLogger
Retrieve a SupportLogger instancestatic SupportLogger
Retrieve a SupportLogger instance
-
Constructor Details
-
SupportLogManager
public SupportLogManager()
-
-
Method Details
-
getLogger
Retrieve a SupportLogger instance- Parameters:
moduleName
- The name of the module - will appear in the log messagename
- The name for the logger - will appear in the log message- Returns:
- the specialized Logger instance supporting the SUPPORT log level
-
getLogger
Retrieve a SupportLogger instance- Parameters:
moduleName
- The name of the module - will appear in the log messageclazz
- The class from which the logging is being called - will appear in the log message- Returns:
- the specialized Logger instance supporting the SUPPORT log level
-