LoggerMessageCategory Enumeration

Visual Studio 2015
 

The severity level of a message logged by ILogger.

Namespace:   Microsoft.VisualStudio.ConnectedServices
Assembly:  Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)

public enum class LoggerMessageCategory

Member nameDescription
Debug

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

Error

An error occurred and the operation can not continue. It is shown in the Output window and in the progress dialog.

Information

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

A non-critical problem occurred, 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.

Return to top
Show: