summaryM:DotNetNuke.Services.Log.EventLog.LogController.GetLog(System.String)

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in 5.0 or earlier. This method has been replaced with one that supports record paging.")]
public virtual LogInfoArray GetLog(
	string logType
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in 5.0 or earlier. This method has been replaced with one that supports record paging.")> 
Public Overridable Function GetLog ( 
	logType As String
) As LogInfoArray

Parameters

logType
Type: System..::..String
paramlogTypeM:DotNetNuke.Services.Log.EventLog.LogController.GetLog(System.String)

Return Value

returnsM:DotNetNuke.Services.Log.EventLog.LogController.GetLog(System.String)

See Also