|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoggerImpl | |
---|---|
uk.org.iscream.cms.server.core | |
uk.org.iscream.cms.server.core.loggers |
Uses of LoggerImpl in uk.org.iscream.cms.server.core |
---|
Fields in uk.org.iscream.cms.server.core declared as LoggerImpl | |
---|---|
private LoggerImpl |
LoggerServant._logger
The actual Logger used by this instance |
Constructors in uk.org.iscream.cms.server.core with parameters of type LoggerImpl | |
---|---|
LoggerServant(LoggerImpl logger)
Creates a new LoggerServant. |
Uses of LoggerImpl in uk.org.iscream.cms.server.core.loggers |
---|
Classes in uk.org.iscream.cms.server.core.loggers that implement LoggerImpl | |
---|---|
class |
FileLogger
The FileLogger is an implementation of the LoggerImpl defined in the associated interface. |
class |
MultiLogger
The MultiLogger is just a gateway to both the ScreenLogger and the FileLogger. |
class |
ScreenLogger
The ScreenLogger is an implementation of the LoggerImpl defined in the associated interface. |
class |
SimpleGUILogger
The SimpleGUILogger is an implementation of the LoggerImpl defined in the associated interface. |
class |
SimpleSwingLogger
The SimpleSwingLogger is an implementation of the LoggerImpl defined in the associated interface. |
Fields in uk.org.iscream.cms.server.core.loggers declared as LoggerImpl | |
---|---|
private LoggerImpl |
MultiLogger._filelog
A reference to the FileLogger we'll use |
private LoggerImpl |
MultiLogger._screenlog
A reference to the ScreenLogger we'll use |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |