-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme to point to documentation portal
- Loading branch information
1 parent
d45d7fc
commit 8f252cd
Showing
7 changed files
with
9 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,13 @@ | ||
# Orc.LogViewer | ||
Orc.LogViewer | ||
============= | ||
|
||
[](https://gitter.im/WildGums/Orc.LogViewer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
|
||
 | ||
 | ||
 | ||
 | ||
Name|Badge | ||
---|--- | ||
Chat|[](https://gitter.im/WildGums/Orc.LogViewer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
Downloads| | ||
Stable version| | ||
Unstable version| | ||
|
||
An advanced log viewer for WPF applications. | ||
|
||
Run the demo project to see the control in action: | ||
|
||
 | ||
|
||
Use level toggle buttons to show/hide log records: | ||
|
||
 | ||
|
||
Start typing in filter box to filter log records: | ||
|
||
 | ||
|
||
Select a type name in combobox to filter log records by type name: | ||
|
||
 | ||
|
||
 | ||
|
||
Use Time stamp toggle button to show/hide timestamps: | ||
|
||
 | ||
|
||
### How to use LogViewer | ||
|
||
Here are the main properties, which are used to configure the LogViewer control: | ||
|
||
Filtering: | ||
|
||
- **Level** => The log records types which will be shown. | ||
- **LogListenerType** => Type. The log listener type. | ||
- **IgnoreCatelLogging** => boolean. Ignore Catel logging if true. | ||
|
||
Visualisation: | ||
|
||
- **ShowFilterBox** => boolean. Show Filter box if true. | ||
- **ShowTypeNames** => boolean. Show Type names combobox if true. | ||
- **AccentColorBrush** => Brush. The accent color. | ||
|
||
``` | ||
<orc:AdvancedLogViewerControl AccentColorBrush="Orange" /> | ||
``` | ||
|
||
For documentation, please visit the [documentation portal](http://opensource.wildgums.com) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.