The LogViewer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DateFormat |
Gets or sets the date format. Default value is "HH:mm:ss.fff"
| |
| DisplayInspector |
Gets or sets a value indicating whether the logger can invoke the .Net Inspector.
| |
| DisplayToolbar |
Gets or sets a value indicating whether the toolbar should be displayed.
| |
| EvenRowsAppearance |
Gets the even rows appearance.
| |
| Filter |
Gets or sets the filter. Default value is "*"
| |
| Grid |
Gets the grid used in the logger.
| |
| HeaderAppearance |
Gets the header appearance.
| |
| InspectingStyle |
Gets or sets a style, indicating how the Logger will display the extended information.
| |
| MaxRowCount |
Gets or sets the max row count that can be displayed in the logger.
| |
| OddRowsAppearance |
Gets the odd rows appearance.
| |
| Readonly |
Gets or sets a value indicating whether this LogViewer can modify the extented data.
| |
| ShowDebug |
Gets or sets a value indicating whether the messages with the 'Debug' severity should be displayed.
| |
| ShowError |
Gets or sets a value indicating whether the messages with the 'Error' severity should be displayed.
| |
| ShowFatal |
Gets or sets a value indicating whether the messages with the 'Fatal' severity should be displayed.
| |
| ShowInfo |
Gets or sets a value indicating whether the messages with the 'Info' severity should be displayed.
| |
| ShowWarning |
Gets or sets a value indicating whether the messages with the 'Warning' severity should be displayed.
|