←Select platform

LogMessageType Enumeration

Summary

Indicates the severity of the log message.

Syntax
C#
VB
C++
public enum LogMessageType 
Public Enum LogMessageType 
public: 
   enum class LogMessageType sealed 
Members
Value Member Description
1 Error An error event. This indicates a significant problem the user should know about; usually a loss of functionality or data.
2 Warning A warning event. This indicates a problem that is not immediately significant, but that may signify conditions that could cause future problems.
4 Information An information event. This indicates a significant, successful operation.
8 Debug A debug event. These messages are for internal use only, and do not appear in release builds.
16 Audit An audit log event. These messages represent a security-relevant chronological record.
Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.