Log.logFile

Sets or resets file for logging, supply unopened file or empty filepath to reset. If string path is supplies Log opens file in "W" mode (overwrites file contents)

  1. void logFile(File f)
  2. void logFile(string filepath)
    struct Log
    @property
    void
    logFile
    (
    string filepath
    )
  3. const(File) logFile()

Meta