public class ContextualLoggerFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static ContextualLogger |
getLogger(Class clazz,
LoggerContext context)
Returns a contextual logger.
|
static ContextualLogger |
getLogger(String name,
LoggerContext context)
Returns a contextual logger.
|
public static ContextualLogger getLogger(String name, LoggerContext context)
name - the contextual logger namecontext - the logger contextpublic static ContextualLogger getLogger(Class clazz, LoggerContext context)
clazz - the contextual logger classcontext - the logger contextCopyright © 2013–2017. All rights reserved.