Summary
Gets or sets the name of the file to log output to.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- CommandLineOptions
Syntax
[CommandLineArgument(CommandLineArgumentTypes.AtMostOnce, Name = "logfile", ShortName = "l", Description = "Use value as name of log output file")]
public FileInfo LogFile { get; set; }
Attributes
Type | Description |
---|---|
Command |
Allows control of command line parsing. |
Value
Type | Description |
---|---|
FileInfo | The name of the file to log output to. |