MSDeployLogEntry Class

Definition

MSDeploy log entry

public class MSDeployLogEntry
type MSDeployLogEntry = class
Public Class MSDeployLogEntry
Inheritance
MSDeployLogEntry

Constructors

MSDeployLogEntry()

Initializes a new instance of the MSDeployLogEntry class.

MSDeployLogEntry(Nullable<DateTime>, Nullable<MSDeployLogEntryType>, String)

Initializes a new instance of the MSDeployLogEntry class.

Properties

Message

Gets log entry message

Time

Gets timestamp of log entry

Type

Gets log entry type. Possible values include: 'Message', 'Warning', 'Error'

Applies to