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

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in 6.0. Replaced by GetLogs().")]
public abstract LogInfoArray GetLog()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in 6.0. Replaced by GetLogs().")> 
Public MustOverride Function GetLog As LogInfoArray

Return Value

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

See Also