public class LoggerFactory extends Object
LoggerFactory
is a utility class producing XdevLoggerImpl
s.Constructor and Description |
---|
LoggerFactory() |
Modifier and Type | Method and Description |
---|---|
static XdevLogger |
getLogger(Class<?> clazz)
Returns a logger named corresponding to the class(name) passed as
parameter.
|
public static XdevLogger getLogger(Class<?> clazz)
clazz
- the returned logger will be named after clazzCopyright © 2003–2021 XDEV Software. All rights reserved.