Whether to log activity and errors to files stored in the index directory.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool Logging { get; set; }
Public Property Logging As Boolean
public: property bool Logging { bool get (); void set (bool value); }