|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Log | |
---|---|
ec.util |
Uses of Log in ec.util |
---|
Methods in ec.util that return Log | |
---|---|
Log |
Output.log(int x)
|
Log |
Output.removeLog(int x)
|
Log |
Log.reopen()
Forces a file-based log to reopen, erasing its previous contents. |
abstract Log |
LogRestarter.reopen(Log l)
|
Log |
Log.restart()
Restarts a log after a system restart from checkpoint. |
abstract Log |
LogRestarter.restart(Log l)
|
Methods in ec.util with parameters of type Log | |
---|---|
int |
Output.addLog(Log l)
|
protected void |
Output.print(java.lang.String s,
int _verbosity,
Log log)
Prints a non-announcement message to a given log, with a certain verbosity. |
protected void |
Output.println(java.lang.String s,
int _verbosity,
Log log,
boolean _announcement,
boolean _reposting)
Prints a message to a given log, with a certain verbosity. |
abstract Log |
LogRestarter.reopen(Log l)
|
abstract Log |
LogRestarter.restart(Log l)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |