| Package | Description |
|---|---|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| org.eclipse.jetty.util.log |
Jetty Util : Common Logging Integrations
|
| org.eclipse.jetty.util.preventers |
Jetty Util : Common Memory Leak Prevention Tooling
|
| Modifier and Type | Field | Description |
|---|---|---|
protected static Logger |
Utf8Appendable.LOG |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractLogger |
Abstract Logger.
|
class |
JavaUtilLog |
Implementation of Jetty
Logger based on Logger. |
class |
LoggerLog |
|
class |
Slf4jLog |
Slf4jLog Logger
|
class |
StdErrLog |
StdErr Logging implementation.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Logger |
Log.getLog() |
|
Logger |
AbstractLogger.getLogger(java.lang.String name) |
|
static Logger |
Log.getLogger(java.lang.Class<?> clazz) |
Obtain a named Logger based on the fully qualified class name.
|
static Logger |
Log.getLogger(java.lang.String name) |
Obtain a named Logger or the default Logger if null is passed.
|
Logger |
Logger.getLogger(java.lang.String name) |
|
static Logger |
Log.getRootLogger() |
Get the root logger.
|
protected abstract Logger |
AbstractLogger.newLogger(java.lang.String fullname) |
|
protected Logger |
JavaUtilLog.newLogger(java.lang.String fullname) |
Create a Child Logger of this Logger.
|
protected Logger |
LoggerLog.newLogger(java.lang.String fullname) |
Create a Child Logger of this Logger.
|
protected Logger |
Slf4jLog.newLogger(java.lang.String fullname) |
Create a Child Logger of this Logger.
|
protected Logger |
StdErrLog.newLogger(java.lang.String fullname) |
Create a Child Logger of this Logger.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.Map<java.lang.String,Logger> |
Log.getLoggers() |
Get a map of all configured
Logger instances. |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
Log.setLog(Logger log) |
Set the root logger.
|
| Constructor | Description |
|---|---|
StacklessLogging(Logger... logs) |
| Modifier and Type | Field | Description |
|---|---|---|
protected static Logger |
AbstractLeakPreventer.LOG |
Copyright © 1995–2018 Webtide. All rights reserved.