public class SupportLogManager
extends org.apache.log4j.LogManager
| 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 © 2014. All rights reserved.