This Constructor builds a LogEntry from its type and description

Namespace: DotNetNuke.Services.Installer.Log
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public LogEntry(
	LogType type,
	string description
)
Visual Basic
Public Sub New ( 
	type As LogType,
	description As String
)

Parameters

type
Type: DotNetNuke.Services.Installer.Log..::..LogType
The type of LogEntry
description
Type: System..::..String
The description (detail) of the entry

Remarks