Skip to content

akesseler/Plexdata.LogWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plexdata Logging Writer

The Plexdata Logging Writer is nothing else but yet another logging interface. However, there are some special features that other loggers don't support.

One of those features is a more detailed logging level support. For example, it is possible to group issues by Error, Fatal and Critical. Another feature that other loggers don't support is the integration of console logging. Usually, console logging takes place by using method System.Console.Write("...") with the effect that a Winforms application for example is unable to write anything into a console window. This is because of such a window is never opened. Yet the console logger included in the package is able to do it by creating its own console window.

Licensing

The software has been published under the terms of MIT License.

Downloads

The latest release can be obtained from https://github.com/akesseler/plexdata.logwriter/releases/latest.

The master branch can be downloaded as ZIP from https://github.com/akesseler/plexdata.logwriter/archive/master.

Documentation

The documentation with an overview, an introduction as well as examples is available under https://akesseler.github.io/plexdata.logwriter.

The full API documentation is available as Wiki and can be read under https://github.com/akesseler/plexdata.logwriter/wiki.