public final class LoggerFactory extends Object
net.spy.log.LoggerImpl
should point
to an implementation of net.spy.compat.log.Logger to use.
Depending on how and where this was compiled, a sun logger (jdk 1.4) and/or log4j logger implementation may be included. Both are included with the official distribution.
AbstractLogger
Modifier and Type | Method and Description |
---|---|
static Logger |
getLogger(Class<?> clazz)
Get a logger by class.
|
static Logger |
getLogger(String name)
Get a logger by name.
|
Copyright © 2022. All rights reserved.