| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace > IZennoPosterProjectModel Interface : LogOptions Property |
ILogOptions LogOptions {get;}
Type: System.String
The option of the execution log of the project.
// get the path to log file string path = project.LogOptions.LogFile; // set the path to log file project.LogOptions.LogFile = "X:\\log.txt"; // enable splitting for log project.LogOptions.SplitLogByThread = true; return tmp;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.