Logger makeLogHandle(File handle)
Arguments
handle: The file handle
Usage
Creates a logging method from a file handle. If the file handle is not opened for either writing or appending then this will silently fail.
handle: The file handleCreates a logging method from a file handle. If the file handle is not opened for either writing or appending then this will silently fail.