Void logAll(var [Logger] ls, String msg, Bool timestamp=true)
Arguments
ls: A list of Loggersmsg: The message to logtimestamp: If true (the default) a timestamp will be prepended to the message before it is logged.
Usage
Add a message to multiple logs at once (useful for logging to a log file and standard error simultaneously, for example).