LoggingFile Property

Summary

Gets or sets the event log file name.

Syntax
C#
VB
C++
public string LoggingFile { get; set; } 
  
Public Property LoggingFile As String 
public: 
property String^ LoggingFile { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

Write log events into the specified log file.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly