Giter Club home page Giter Club logo

livelogviewer's Introduction

Build status Github All Releases FOSSA Status

Live Log Viewer

Live Log Viewer is an application written in C# .NET using WPF for monitoring log files. It was originally written in 2012 and posted to CodeProject.

File monitoring

Live Log Viewer will monitor files for changes, renaming, deletion and creation. It will display any text that is appended to files being monitored.

Demo

Usage

At startup, you are automatically prompted to open a log file that you want to open.
It is also possible to specify a file as a startup parameter, which will then be automatically displayed when the program is started.

Encoding

Live Log Viewer supports different Encoding per file, based on the Encodings available on the machine.

Download

Latest binary is available here

License

FOSSA Status

livelogviewer's People

Contributors

alexwiese avatar balkoth avatar fossabot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

livelogviewer's Issues

Add CSV Support

Need to add Comma Seperated Value support. Maybe it can support SQL-like syntax.

SELECT DateTime, LogLevel, Message WHERE LogLevel > 3

  • Filter columns that are displayed
  • Filter rows based on where clause

Add TSV support

Need to add support for Tab Separated Values.

Maybe it can support SQL-like syntax.

SELECT DateTime, LogLevel, Message WHERE LogLevel > 3

  • Filter columns that are displayed
  • Filter rows based on where clause

Folder watching

Need to add ability to watch a folder. As files are added/changed they are loaded into Live Log Viewer.

  • User interface to add/remove folders to watch
  • Add file monitor when file is added to folder
  • Add file monitor when file in folder is changed
  • Regex filter for folder monitoring
  • Option to monitor subdirectories

Startup parameter not working

When I start the program with a specified log file to monitor, it prompts me to select a logfile anyway.
This is either a bug or I'm doing something wrong, in which case more documentation on the parameter usage would be very nice.

These are my shortcut settings:
"E:\LiveLogViewer\Live Log Viewer.exe" [...Long Path]\Papyrus.0.log
I also tried opening it directly using a console.

Loving the Viewer so far though ๐Ÿ‘

Text Search/Filter

  • Filter rows of text based on filter
  • Search for text within content
  • Highlight matching search terms

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.