A style that specifies how will .Net Logger display extended information.
Namespace: Dapfor.Net.DiagnosticsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Disabled | 0 | The extended information is not displayed | |
| Tooltip | 1 | The extended information is displayed in the tooltip | |
| Hierarchical | 2 | The extended information is displayed as chindren rows of the log message |