public class LoggerFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
LoggerFactory.JavaUtilLogging |
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
IMPL_CLASS_NAME |
private static com.actional.log.spi.ILoggerFactory |
itsImpl |
Modifier | Constructor and Description |
---|---|
private |
LoggerFactory()
Private default constructor to hide the implicitly public one
|
Modifier and Type | Method and Description |
---|---|
static ILogger |
get()
Returns the default implementation of
ILogger |
private static com.actional.log.spi.ILoggerFactory |
impl() |
private static final java.lang.String IMPL_CLASS_NAME
private static com.actional.log.spi.ILoggerFactory itsImpl