public class SupportLogManager extends Object
LogManager class that adds support for retrieving a specialized Logger instance (SupportLogger). SupportLogger provides support for the SUPPORT log level.
Constructor and Description |
---|
SupportLogManager() |
Modifier and Type | Method and Description |
---|---|
static SupportLogger |
getLogger(String moduleName,
Class<?> clazz)
Retrieve a SupportLogger instance
|
static SupportLogger |
getLogger(String moduleName,
String name)
Retrieve a SupportLogger instance
|
public static SupportLogger getLogger(String moduleName, String name)
moduleName
- The name of the module - will appear in the log messagename
- The name for the logger - will appear in the log messagepublic static SupportLogger getLogger(String moduleName, Class<?> clazz)
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 messageCopyright © 2022. All rights reserved.