public class Logger
extends Object
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
Log |
log |
|
-
Constructor Summary
Constructors
Constructor |
Description |
Logger(Log log,
boolean logToStdout) |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
public Logger(
Log log,
boolean logToStdout)
-