|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoggingEndpoint | |
kiwi.ui | |
kiwi.util |
Uses of LoggingEndpoint in kiwi.ui |
Classes in kiwi.ui that implement LoggingEndpoint | |
class |
ConsoleFrame
A GUI console window. |
Fields in kiwi.ui declared as LoggingEndpoint | |
private LoggingEndpoint |
ConsoleAdapter.log
|
Constructors in kiwi.ui with parameters of type LoggingEndpoint | |
ConsoleAdapter(LoggingEndpoint log)
Construct a new ConsoleAdapter for the specified logging
endpoint. |
Uses of LoggingEndpoint in kiwi.util |
Classes in kiwi.util that implement LoggingEndpoint | |
class |
FileLoggingEndpoint
An implementation of LoggingEndpoint for ordinary files. |
class |
LoggingMux
A logging multiplexor. |
class |
NullLoggingEndpoint
An implementation of LoggingEndpoint that serves as a "bit
bucket," discarding all messages. |
class |
RawLoggingEndpoint
An implementation of LoggingEndpoint for standard error. |
Methods in kiwi.util with parameters of type LoggingEndpoint | |
void |
LoggingMux.addLoggingEndpoint(LoggingEndpoint endpoint)
Add a LoggingEndpoint to the set. |
void |
LoggingMux.removeLoggingEndpoint(LoggingEndpoint endpoint)
Remove a LoggingEndpoint from the set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |