ZennoLab Assemblies Documentation
ILogOptions Interface
Members  Example 
ZennoLab.InterfacesLibrary.ProjectModel Namespace : ILogOptions Interface
Contains options of execution log of project.
Syntax
public interface ILogOptions 
Remarks
This class can be used in action OwnCode (C# or PHP) of ProjectMaker.
Example
The following example uses property LogOptions of "project" for getting last error of 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;
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

ILogOptions Members
ZennoLab.InterfacesLibrary.ProjectModel Namespace