←Select platform

LogWarnings Property

Summary

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

Syntax

C#
VB
C++
public bool LogWarnings { get; } 
  
Public ReadOnly Property LogWarnings As Boolean 
public: 
property bool LogWarnings { 
   bool get(); 
} 

Property Value

true to write an event log; false, otherwise.

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