|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Logger | |
|---|---|
| com.iparelan.util | Iparelan Utilities This file is part of Virtual Team Tools. Copyright © 2008, Iparelan Solutions, LLC. |
| com.iparelan.util.logging | Iparelan Logging Utilities This file is part of Virtual Team Tools. Copyright © 2008, Iparelan Solutions, LLC. |
| com.iparelan.util.logging.impl | Iparelan Logging Utilities Implementation This file is part of Virtual Team Tools. Copyright © 2008, Iparelan Solutions, LLC. |
| Uses of Logger in com.iparelan.util |
|---|
| Classes in com.iparelan.util that implement Logger | |
|---|---|
(package private) class |
UtilLogger
A specialized Logger that can log
messages before a logging service has been started. |
| Fields in com.iparelan.util declared as Logger | |
|---|---|
static Logger |
UtilLogger.LoggerHolder.logger
The singleton instance. |
private static Logger |
MemoryMonitor.LOGGER
|
(package private) static Logger |
PeriodicSuspendableThread.LOGGER
|
protected static Logger |
UtilObject.LOGGER
|
(package private) static Logger |
ConcurrencyTools.LOGGER
|
| Methods in com.iparelan.util that return Logger | |
|---|---|
(package private) static Logger |
UtilLogger.getLogger()
Produces the singleton instance. |
private static Logger |
FactoryLoader.getLogger()
Produces a viable logger. |
| Uses of Logger in com.iparelan.util.logging |
|---|
| Methods in com.iparelan.util.logging that return Logger | |
|---|---|
Logger |
FactoryInterface.getLogger(String name)
|
static Logger |
LoggingFactory.getLogger(String name)
Produces a new Logger. |
| Uses of Logger in com.iparelan.util.logging.impl |
|---|
| Classes in com.iparelan.util.logging.impl that implement Logger | |
|---|---|
class |
LoggerImpl
A Java Logging API Logger implementation. |
| Fields in com.iparelan.util.logging.impl with type parameters of type Logger | |
|---|---|
private static ConcurrentMap<String,Logger> |
LoggerImpl.loggerCache
|
| Methods in com.iparelan.util.logging.impl that return Logger | |
|---|---|
static Logger |
LoggerImpl.getLogger(String name)
|
Logger |
ConcreteFactory.getLogger(String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||