Coder Social home page Coder Social logo

logviewer_new's Introduction

LogViewer_New

This is the updated version of a LogViewer utility that I developed in my spare time for my client while working at NuWest. I noticed that they had log entries in many locations in many formats but that they had no way to view them all in one application and to see changes in real time. I therefore enthusiastically began to develop a custom application that would meet their needs.

The LogViewer utility:

  • Is a multi-threaded WPF desktop application built with C#'s task-based multi-threading libraries
  • Uses ReactiveUI's open source DynamicData, a collections-based library built on RX.NET
  • Uses MahApps.Metro, an open source WPF library for creating modern WPF user interfaces
  • Uses a custom library that I built which contains logging operations
    • The logging API logs asynchronously to a remote location (if available)
    • If the remote log location is unavailable, logs are stored locally and uploaded when connection is restored
  • Enables my client to view the log entries from all of their SQL stored procedures which are stored in a custom SQL table
  • Allowed my client to aggregate log entries from multiple sources (e.g. custom SQL log tables and client log files) into a single 'LogView' which gives the user a more comprehensive picture of the health of their system
  • Allowed my client to create multiple LogViews, giving them the ability to view multiple combinations of log sources at the same time
  • Gave my client the option to see log entries in real time through auto-refresh functionality

The home screen of the application allows users to open a LogView which contains log entries from one of two sources: tables in a SQL database or .txt log files. image

An open LogView appears like this: image

Once open, the source(s) of the log entries can be seen and edited on the right and the log entries can be filtered using the options at the top.

Additionally, each log view has two additional settings: the option to automatically refresh the log entries from the sources and the option to highlight new log entries. image

logviewer_new's People

Contributors

ihvrooman avatar

Watchers

 avatar

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.