public class LoggerFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static LoggerFactory |
INSTANCE
The logger instance.
|
public static final LoggerFactory INSTANCE
public static void init(java.lang.String loggerClassName)
loggerClassName
- the class name to initialize the logger with.public static Logger getLogger(java.lang.String name)
name
- name of the logger to get.public static Logger getLogger(java.lang.Class<?> clazz)
clazz
- the class for which a logger is desired.Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.