Table of Contents

Class QueryTraceWriter

Namespace
Dynamicweb.Modules.Repositories
Assembly
Dynamicweb.dll
public class QueryTraceWriter
Inheritance
QueryTraceWriter
Inherited Members

Properties

IsDebug

public static bool IsDebug { get; }

Property Value

bool

Methods

WriteDebugInfo(QueryDebugInfo)

public static void WriteDebugInfo(QueryDebugInfo debugInfo)

Parameters

debugInfo QueryDebugInfo

WriteDebugInfo(QueryDebugInfo, PageView)

[Obsolete("Use WriteDebugInfo(QueryDebugInfo) instead.")]
public static void WriteDebugInfo(QueryDebugInfo debugInfo, PageView pageView)

Parameters

debugInfo QueryDebugInfo
pageView PageView
To top