The AddWarning method adds a new LogEntry of type Warning to the Logs collection

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

Syntax

C#
public void AddWarning(
	string warning
)
Visual Basic
Public Sub AddWarning ( 
	warning As String
)

Parameters

warning
Type: System..::..String
The description of the LogEntry

See Also