summaryM:DotNetNuke.Services.Log.EventLog.DBLoggingProvider.GetLog

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

Syntax

C#
[ObsoleteAttribute("Deprecated in 6.0. Replaced by GetLogs().")]
public override LogInfoArray GetLog()
Visual Basic
<ObsoleteAttribute("Deprecated in 6.0. Replaced by GetLogs().")> 
Public Overrides Function GetLog As LogInfoArray

Return Value

returnsM:DotNetNuke.Services.Log.EventLog.DBLoggingProvider.GetLog

See Also