Skip to content

telefunkenvf14/Orc.LogViewer

 
 

Repository files navigation

Orc.LogViewer

Join the chat at https://gitter.im/WildGums/Orc.LogViewer

License NuGet downloads Version Pre-release version

An advanced log viewer for WPF applications.

Run the demo project to see the control in action:

Orc.LogViewer demo

Use level toggle buttons to show/hide log records:

Level toggle buttons

Start typing in filter box to filter log records:

Filtering

Select a type name in combobox to filter log records by type name:

Type names

Type names

Use Time stamp toggle button to show/hide timestamps:

Time stamps

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" />

About

An advanced log viewer to use in WPF applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.5%
  • Batchfile 2.5%