| Package | Description |
|---|---|
| com.holonplatform.core.internal | |
| com.holonplatform.http.internal | |
| com.holonplatform.spring.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
JulLogger
Logger implementation using java.util.logging |
class |
SLF4JLogger
SLF4J
Logger implementation. |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
CoreLogger.create()
Get a
Logger bound to CoreLogger.NAME. |
static Logger |
Logger.create(String loggerName)
Create a default logger instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
HttpLogger.create()
Get a
Logger bound to HttpLogger.NAME. |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
SpringLogger.create()
Get a
Logger bound to SpringLogger.NAME. |
Copyright © 2019 The Holon Platform. All rights reserved.