Analogy.LogViewer.Serilog
8.1.0
dotnet add package Analogy.LogViewer.Serilog --version 8.1.0
NuGet\Install-Package Analogy.LogViewer.Serilog -Version 8.1.0
<PackageReference Include="Analogy.LogViewer.Serilog" Version="8.1.0" />
<PackageVersion Include="Analogy.LogViewer.Serilog" Version="8.1.0" />
<PackageReference Include="Analogy.LogViewer.Serilog" />
paket add Analogy.LogViewer.Serilog --version 8.1.0
#r "nuget: Analogy.LogViewer.Serilog, 8.1.0"
#:package Analogy.LogViewer.Serilog@8.1.0
#addin nuget:?package=Analogy.LogViewer.Serilog&version=8.1.0
#tool nuget:?package=Analogy.LogViewer.Serilog&version=8.1.0
Analogy LogViewer Serilog
Serilog Parser for Analogy Log Viewer.
| Nuget | Version | Description |
|----------|:-------------:|------|
| Analogy.LogViewer.Serilog | | Serilog Extension for Analogy Log viewer (this package) |
| Analogy.LogViewer.Serilog.Sinks |
| Serilog Sink for sending logs to Analogy Log server |
Supported formatters, for now, are:
Compact formatting
Compact formatting. The initial version is based on this project
example log:
{"@t":"2016-10-12T04:46:58.0554314Z","@mt":"Hello, {@User}","User":{"Name":"nblumhardt","Id":101}}
{"@t":"2016-10-12T04:46:58.0684369Z","@mt":"Number {N:x8}","@r":["0000002a"],"N":42}
{"@t":"2016-10-12T04:46:58.0724384Z","@mt":"Tags are {Tags}","@l":"Warning","Tags":["test","orange"]}
{"@t":"2016-10-12T04:46:58.0904378Z","@mt":"Something failed","@l":"Error", "@x":"System.DivideByZer...<snip>"}
Regular Expression Parser
Regular Expression Parser: in this mode you need to define your custom regex to match you log format in the application settings.
for example, with the above regex: in the screenshot this example log can be parsed:
$2020-04-24 13:18:23,207|1|INFO|logsource|My Manager App Starting...
$2020-04-24 13:28:24,380|1|WARN|files|file not found
$2020-04-24 13:48:27,193|2|INFO|AppBase|Loading done
the available tags to use for parsing are:
public enum AnalogyLogMessagePropertyName
{
Date,
ID,
Text,
Category,
Source,
Module,
MethodName,
FileName,
User,
LineNumber,
ProcessId,
ThreadId,
Level,
Class,
MachineName,
}
History
V3.6.1(01.02.2023):
- https://github.com/Analogy-LogViewer/Analogy.LogViewer.Serilog/issues/499: Can't parse dictionary that contains an empty key #499
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net9.0-windows7.0 is compatible. net10.0-windows was computed. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Analogy.CommonUtilities (>= 8.1.0)
- Analogy.LogViewer.Interfaces (>= 8.1.0)
- Analogy.LogViewer.Template (>= 8.1.0)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Newtonsoft.Json (>= 13.0.3)
- Serilog (>= 4.2.0)
- System.Resources.Extensions (>= 9.0.4)
-
net8.0-windows7.0
- Analogy.CommonUtilities (>= 8.1.0)
- Analogy.LogViewer.Interfaces (>= 8.1.0)
- Analogy.LogViewer.Template (>= 8.1.0)
- Newtonsoft.Json (>= 13.0.3)
- Serilog (>= 4.2.0)
- System.Resources.Extensions (>= 9.0.4)
-
net9.0-windows7.0
- Analogy.CommonUtilities (>= 8.1.0)
- Analogy.LogViewer.Interfaces (>= 8.1.0)
- Analogy.LogViewer.Template (>= 8.1.0)
- Newtonsoft.Json (>= 13.0.3)
- Serilog (>= 4.2.0)
- System.Resources.Extensions (>= 9.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Analogy.LogViewer.Serilog:
Repository | Stars |
---|---|
Analogy-LogViewer/Analogy.LogViewer
A customizable Log Viewer with ability to create custom providers. Can be used with C#, C++, Python, Java and others
|
Version | Downloads | Last Updated |
---|---|---|
8.1.0 | 250 | 4/9/2025 |
8.0.0 | 280 | 1/31/2025 |
8.0.0-a1 | 113 | 1/25/2025 |
7.2.0 | 545 | 12/18/2024 |
7.1.0 | 457 | 11/16/2024 |
7.0.0 | 728 | 8/29/2024 |
6.0.2 | 1,104 | 6/27/2024 |
6.0.1 | 4,582 | 1/27/2024 |
6.0.0 | 1,671 | 11/16/2023 |
5.0.3 | 1,437 | 9/2/2023 |
5.0.1 | 234 | 8/29/2023 |
5.0.0 | 335 | 8/4/2023 |
3.8.3.1 | 544 | 5/12/2023 |
3.8.3 | 470 | 3/31/2023 |
3.8.2 | 434 | 3/10/2023 |
3.7.0 | 322 | 3/6/2023 |
3.6.2 | 439 | 2/13/2023 |
3.6.1 | 413 | 2/1/2023 |
3.6.0 | 470 | 12/30/2022 |
3.5.1 | 457 | 12/13/2022 |
3.5.0 | 538 | 11/9/2022 |
3.4.0 | 491 | 10/27/2022 |
2.7.2 | 573 | 10/10/2022 |
2.7.1 | 605 | 9/16/2022 |
2.7.0 | 520 | 9/14/2022 |
2.6.6 | 707 | 8/15/2022 |
2.6.5 | 520 | 8/12/2022 |
2.6.4 | 833 | 6/25/2022 |
2.6.3 | 670 | 6/18/2022 |
2.6.2 | 588 | 6/10/2022 |
2.6.1 | 664 | 5/31/2022 |
2.6.0 | 919 | 4/4/2022 |
2.5.5-rc | 230 | 4/4/2022 |
2.5.4-rc | 277 | 4/1/2022 |
2.5.3-rc | 235 | 4/1/2022 |
2.5.2-rc | 221 | 4/1/2022 |
2.5.1 | 552 | 1/7/2022 |
2.5.0 | 568 | 11/9/2021 |
2.4.4 | 708 | 8/7/2021 |
2.4.3 | 413 | 8/7/2021 |
2.4.2.1 | 802 | 7/26/2021 |
2.4.2 | 579 | 7/9/2021 |
2.4.1 | 741 | 5/6/2021 |
2.4.0 | 576 | 4/30/2021 |
2.3.2.1 | 698 | 3/27/2021 |
2.3.2 | 551 | 3/23/2021 |
2.3.1 | 959 | 2/13/2021 |
2.3.0 | 516 | 2/11/2021 |
2.2.2.2 | 559 | 1/30/2021 |
2.2.2.1 | 808 | 1/4/2021 |
2.2.2 | 976 | 12/7/2020 |
2.2.1 | 728 | 12/2/2020 |
2.2.0.2 | 541 | 12/1/2020 |
2.2.0.1 | 527 | 12/1/2020 |
2.2.0 | 498 | 12/1/2020 |
2.1.4.1 | 1,054 | 10/30/2020 |
2.1.4 | 646 | 10/26/2020 |
2.1.3 | 752 | 10/25/2020 |
2.1.2 | 801 | 10/24/2020 |
2.1.1 | 739 | 10/21/2020 |
2.1.0 | 657 | 10/18/2020 |
2.0.2 | 681 | 10/13/2020 |
2.0.1 | 775 | 10/5/2020 |
2.0.0 | 842 | 9/26/2020 |
1.3.6 | 711 | 9/16/2020 |
1.3.5 | 631 | 9/15/2020 |
1.3.4 | 629 | 9/13/2020 |
1.3.3 | 618 | 9/12/2020 |
1.3.2 | 619 | 9/11/2020 |
1.3.1 | 593 | 9/11/2020 |
1.3.0 | 802 | 9/7/2020 |
1.2.5.5 | 726 | 9/4/2020 |
1.2.5.4 | 696 | 9/3/2020 |
1.2.5.3 | 782 | 8/25/2020 |
1.2.5.2 | 839 | 8/23/2020 |
1.2.5.1 | 779 | 8/10/2020 |
1.2.5 | 868 | 7/22/2020 |
1.2.4.1 | 648 | 7/18/2020 |
1.2.4 | 780 | 7/16/2020 |
1.2.3 | 886 | 7/10/2020 |
1.2.2 | 713 | 7/9/2020 |
1.2.1 | 762 | 7/5/2020 |
1.1.10 | 789 | 6/20/2020 |
1.1.9 | 572 | 6/19/2020 |
1.1.8 | 591 | 6/12/2020 |
1.1.7 | 802 | 5/2/2020 |
1.1.6 | 658 | 5/2/2020 |
1.1.5 | 636 | 4/29/2020 |
1.1.4 | 603 | 4/27/2020 |
1.1.3 | 642 | 4/25/2020 |
1.1.2 | 678 | 4/15/2020 |
1.1.1 | 708 | 4/11/2020 |
1.1.0 | 703 | 3/30/2020 |
1.0.2.1 | 715 | 3/15/2020 |
1.0.0 | 675 | 3/5/2020 |
Analogy Serilog Parsers