Uses of Interface
edu.rit.util.Logger
Packages that use Logger
Package
Description
The HTTP package provides a lightweight HTTP/1.0 server.
The MP package provides low-level support for Message Passing.
The Util package contains utilities that support the PJ API.
-
Uses of Logger in edu.rit.http
Constructors in edu.rit.http with parameters of type LoggerModifierConstructorDescriptionHttpServer
(InetSocketAddress address, Logger logger) Construct a new HTTP server. -
Uses of Logger in edu.rit.mp
Constructors in edu.rit.mp with parameters of type LoggerModifierConstructorDescriptionChannelGroup
(Logger theLogger) Construct a new channel group.ChannelGroup
(InetSocketAddress theListenAddress, Logger theLogger) Construct a new channel group.ChannelGroup
(ServerSocketChannel theServerSocketChannel, Logger theLogger) Construct a new channel group. -
Uses of Logger in edu.rit.util
Classes in edu.rit.util that implement LoggerModifier and TypeClassDescriptionclass
Class PrintStreamLogger provides an object that logs messages to a print stream.