public class SupportLogManager
extends java.lang.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(java.lang.String moduleName,
java.lang.Class<?> clazz)
Retrieve a SupportLogger instance
|
static SupportLogger |
getLogger(java.lang.String moduleName,
java.lang.String name)
Retrieve a SupportLogger instance
|
public static SupportLogger getLogger(java.lang.String moduleName, java.lang.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(java.lang.String moduleName, java.lang.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 © 2018. All Rights Reserved.