A style that specifies how will .Net Logger display extended information.

Namespace: Dapfor.Net.Diagnostics
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public enum InspectingStyle
Visual Basic
Public Enumeration InspectingStyle
Visual C++
public enum class InspectingStyle
F#
type InspectingStyle

Members

Member nameValueDescription
Disabled0 The extended information is not displayed
Tooltip1 The extended information is displayed in the tooltip
Hierarchical2 The extended information is displayed as chindren rows of the log message

See Also