Skip to content

ladofa/wpf-very-long-line-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wpf-very-long-line-log

It is an implementation of FAST log window.

You can use it for other purposes - console window, or etc.

I could design it better, or add useful feathres, but I didn't. Because I wanted to shorten codes, so that you can understand it easily.

Key of work

  • Use TextBox.AppendText(string)
  • Split TextBox into sutable sizes, and put them into StackPanel, and scroll it.
  • Equip a list of string and a StringBuilder to access strings in non-ui thread.

About

WPF log viewer, fast and easy to understand.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages