Info
Version: | 7.0.3 |
Author(s): | Sascha Falk |
Last Update: | Monday, September 2, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/GriffinPlus/dotnet-libs-logging |
NuGet Url: | https://www.nuget.org/packages/GriffinPlus.Lib.Logging.LogFile |
Install
Install-Package GriffinPlus.Lib.Logging.LogFile
dotnet add package GriffinPlus.Lib.Logging.LogFile
paket add GriffinPlus.Lib.Logging.LogFile
GriffinPlus.Lib.Logging.LogFile Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- GriffinPlus.Lib.Logging(>= 3.0.0 && <= 3.0.0)
- GriffinPlus.Lib.Logging.Collections(>= 3.0.0 && <= 3.0.0)
- System.Data.SQLite.Core(>= 1.0.113.7)
- GriffinPlus.Lib.Logging(>= 3.0.0 && <= 3.0.0)
- GriffinPlus.Lib.Logging.Collections(>= 3.0.0 && <= 3.0.0)
- System.Data.SQLite.Core(>= 1.0.113.6)
Tags
Includes a pipeline stage to integrate the log file into the Griffin+ logging subsystem.
A collection with data-binding capabilities backed by the log file allows to access log files conveniently.
A filtering accessor on top of the collection allows to access messages matching a specific filter.
A data-binding capable filter is also part of the package.
It allows to filter by timestamp and select from
collections of process names/ids, application names, log writer names, log level names and tags. Items from
these collections simply need to be selected to filter by them.
A full-text search on the message text field
is also supported.