|
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LogManager | |
| rice.environment | |
| rice.environment.logging.simple | |
| rice.selector | |
| Uses of LogManager in rice.environment |
| Fields in rice.environment declared as LogManager | |
LogManager |
Environment.logging
DESCRIBE THE FIELD |
| Methods in rice.environment that return LogManager | |
LogManager |
Environment.getLogManager()
Gets the LogManager attribute of the Environment object |
| Constructors in rice.environment with parameters of type LogManager | |
Environment(SelectorManager sm,
RandomSource rs,
TimeSource time,
LogManager lm,
Parameters params)
Constructor. |
|
| Uses of LogManager in rice.environment.logging.simple |
| Classes in rice.environment.logging.simple that implement LogManager | |
class |
SimpleLogManager
This class creates loggers that log to a specified PrintStream System.out by default. |
| Uses of LogManager in rice.selector |
| Fields in rice.selector declared as LogManager | |
protected LogManager |
SelectorManager.log
DESCRIBE THE FIELD |
| Constructors in rice.selector with parameters of type LogManager | |
ProfileSelector(java.lang.String instance,
TimeSource timeSource,
LogManager log)
|
|
SelectorManager(boolean profile,
java.lang.String instance,
TimeSource timeSource,
LogManager log)
Constructor, which is private since there is only one selector per JVM. |
|
|
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||