LiveSiteDebugProcessorGetLastLogsAsync Method |
Retrieves last debug logs for the specified debug name created on current site.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public Task<IEnumerable<RequestLog>> GetLastLogsAsync(
string debugName
)
Parameters
- debugName
- Type: SystemString
The name of the debug.
Return Value
Type:
TaskIEnumerableRequestLogSee Also