$world->echonlandlog$world->echonlandlog function: calls ECHONL and writetoLOG
void $world->echonlandlog( |
str
, |
...
); |
This is a convenience function that just calls $world->echonl and $world->writetolog for each
argument, thus writing the given line(s) to the screen and to the log
file.