←Select platform

LogInformation Property

Summary

Gets or sets a value that determines whether an event log of type EventType.Information should be written to the log file.

Syntax

C#
VB
C++
public bool LogInformation { get; set; } 
  
Public Property LogInformation As Boolean 
public: 
property bool LogInformation { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable logging event log of type EventType.Information; otherwise false.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly