axel.kesseler
- 7,469 total downloads
- last updated 5/11/2021
- Latest version: 1.0.6.1
Plexdata.LogWriter.Abstraction defines all basic interfaces as well as other implementations of the Plexdata Logging Writer.
This package provides an implementation of an Empty logger as well, that might be useful as dummy or pre-logging implementation.
- 5,348 total downloads
- last updated 5/11/2021
- Latest version: 1.0.6.1
Plexdata.LogWriter.Console defines all ILogger derived interfaces for console logging of the Plexdata Logging Writer.
This package includes classes that are shared between all available implementations of any of the console logger interfaces.
- 4,451 total downloads
- last updated 1/5/2020
- Latest version: 1.0.6
This .NET Standard library is a simple command line argument parser. It uses attributes on classes that define which of the properties are used as command line arguments. Custom types can be processed by implementing and registering interface `ICustomConverter`.
- 4,009 total downloads
- last updated 5/11/2021
- Latest version: 1.0.6.1
Plexdata.LogWriter.Console.Windows implements the IConsoleLogger interface that allows printing of logging messages into the console window.
Main feature of this package is that NOT only pure console applications are able to write logging messages into the console window. For example when using an...
More information
- 3,989 total downloads
- last updated 5/11/2021
- Latest version: 1.0.6.1
Plexdata.LogWriter.Console.Standard implements the IConsoleLogger interface that allows printing of logging messages into the console window.
Main feature of this package is that it can be used platform independently.
- 3,641 total downloads
- last updated 5/11/2021
- Latest version: 1.0.6.1
Plexdata.LogWriter.Persistent implements the IPersistentLogger interface that allows writing of logging messages into files.
Main feature of this package is that it can be used platform independently.
- 3,045 total downloads
- last updated 3/16/2022
- Latest version: 1.1.2
This library is a simple CSV file parser. It uses attributes on classes that define which of the properties are used as CSV file columns.
- 2,284 total downloads
- last updated 12/1/2020
- Latest version: 1.0.0
This library represents an alternative to 'String.Format()', but with template support.
- 2,139 total downloads
- last updated 5/11/2021
- Latest version: 1.0.6.1
Plexdata.LogWriter.Stream implements the IStreamLogger interface that allows writing of logging messages into any type of stream sink.
Main feature of this package is that it can be used platform independently.
- 1,477 total downloads
- last updated 12/22/2019
- Latest version: 1.0.3
This .NET Standard library is a simple CFG/INI file parser. Main feature of this package is the possibility to parse INI file content directly into model classes, that are tagged by special attributes. Another feature of this package is the usage of different INI file formats, e.g. INI files in UNIX...
More information
- 1,321 total downloads
- last updated 5/11/2021
- Latest version: 1.0.6.1
Plexdata.LogWriter.Composite implements the ICompositeLogger interface that allows writing of logging messages into multiple logging sinks.
Main feature of this package is that it can be used platform independently.
- 739 total downloads
- last updated 5/11/2021
- Latest version: 1.0.6.1
Plexdata.LogWriter.Mail implements the IMailLogger interface that allows writing of logging messages to any type of e-mail target.
Main feature of this package is that it can be used platform independently.
- 597 total downloads
- last updated 10/3/2019
- Latest version: 1.0.1
This library provides classes as well as interfaces to be used to convert numbers into their capacity representation.
- 495 total downloads
- last updated 1/2/2019
- Latest version: 1.0.0
This library provides classes as well as interfaces to be used to generate binary dumps from certain buffers.
- 385 total downloads
- last updated 3/31/2020
- Latest version: 1.0.0
This .NET Standard library represents a tool to easily modify bits within one single buffer. Additionally, it is also possible to charge all bits at once from e.g. integer values and vice versa. Taking a system's endianness into account is also guaranteed.
- 375 total downloads
- last updated 3/9/2019
- Latest version: 1.0.0
This .NET Core library provides wrapper interfaces for the classes HttpContext, HttpRequest and HttpResponse.
- 290 total downloads
- last updated 8/7/2020
- Latest version: 1.0.0
This library represents a collection of (hopefully) useful attributes.
- 166 total downloads
- last updated 10/25/2021
- Latest version: 1.0.0
This library represents a helper for loading and saving settings files either as JSON or as XML.