LoggerMessageCategory Enum

Definition

The severity level of a message logged by ILogger.

public enum class LoggerMessageCategory
public enum class LoggerMessageCategory
enum LoggerMessageCategory
public enum LoggerMessageCategory
type LoggerMessageCategory = 
Public Enum LoggerMessageCategory
Inheritance
LoggerMessageCategory

Fields

Debug 1

The message is only to be used to help debug the application. It is shown only in the Output window.

Error 3

Something went wrong and the operation can not continue. It is shown in the Output window and in the progress dialog.

Information 0

The message can be shown to the user and is just for information. It is shown in the Output window and in the progress dialog.

Warning 2

Something non-critical went wrong or the user should be aware of a possible issue, but the operation can continue. It is shown in the Output window and in the progress dialog.

Applies to