The AddInfo method adds a new LogEntry of type Info to the Logs collection

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

Syntax

C#
public void AddInfo(
	string info
)
Visual Basic
Public Sub AddInfo ( 
	info As String
)

Parameters

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

See Also