| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace : ILogOptions Interface |

public interface ILogOptions
// 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.