Analogy.LogViewer.Serilog
9.0.3
dotnet add package Analogy.LogViewer.Serilog --version 9.0.3
NuGet\Install-Package Analogy.LogViewer.Serilog -Version 9.0.3
<PackageReference Include="Analogy.LogViewer.Serilog" Version="9.0.3" />
<PackageVersion Include="Analogy.LogViewer.Serilog" Version="9.0.3" />
<PackageReference Include="Analogy.LogViewer.Serilog" />
paket add Analogy.LogViewer.Serilog --version 9.0.3
#r "nuget: Analogy.LogViewer.Serilog, 9.0.3"
#:package Analogy.LogViewer.Serilog@9.0.3
#addin nuget:?package=Analogy.LogViewer.Serilog&version=9.0.3
#tool nuget:?package=Analogy.LogViewer.Serilog&version=9.0.3
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 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Analogy.CommonUtilities (>= 9.0.3)
- Analogy.LogViewer.Interfaces (>= 9.0.2)
- Analogy.LogViewer.Template (>= 9.0.3)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Newtonsoft.Json (>= 13.0.4)
- Serilog (>= 4.3.0)
-
net10.0
- Analogy.CommonUtilities (>= 9.0.3)
- Analogy.LogViewer.Interfaces (>= 9.0.2)
- Analogy.LogViewer.Template (>= 9.0.3)
- Newtonsoft.Json (>= 13.0.4)
- Serilog (>= 4.3.0)
-
net8.0
- Analogy.CommonUtilities (>= 9.0.3)
- Analogy.LogViewer.Interfaces (>= 9.0.2)
- Analogy.LogViewer.Template (>= 9.0.3)
- Newtonsoft.Json (>= 13.0.4)
- Serilog (>= 4.3.0)
-
net9.0
- Analogy.CommonUtilities (>= 9.0.3)
- Analogy.LogViewer.Interfaces (>= 9.0.2)
- Analogy.LogViewer.Template (>= 9.0.3)
- Newtonsoft.Json (>= 13.0.4)
- Serilog (>= 4.3.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Analogy.LogViewer.Serilog:
| Package | Downloads |
|---|---|
|
Analogy.LogViewer.Intuitive
Intuitive Analogy Log Viewer Provider |
|
|
Analogy.LogViewer.Serilog.WinForms
Analogy Serilog Parser for Compact Formatting |
|
|
Analogy.LogViewer.Intuitive.WinForms
Intuitive Analogy Log Viewer Provider |
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 |
|---|---|---|
| 9.0.3 | 1,039 | 11/15/2025 |
| 9.0.2 | 244 | 11/15/2025 |
| 9.0.0-rc2 | 272 | 11/14/2025 |
| 9.0.0-rc1 | 309 | 11/11/2025 |
| 8.1.0 | 562 | 4/9/2025 |
| 8.0.0 | 418 | 1/31/2025 |
| 8.0.0-a1 | 171 | 1/25/2025 |
| 7.2.0 | 698 | 12/18/2024 |
| 7.1.0 | 598 | 11/16/2024 |
| 7.0.0 | 869 | 8/29/2024 |
| 6.0.2 | 1,233 | 6/27/2024 |
| 6.0.1 | 4,715 | 1/27/2024 |
| 6.0.0 | 1,736 | 11/16/2023 |
| 5.0.3 | 1,522 | 9/2/2023 |
| 5.0.1 | 312 | 8/29/2023 |
| 5.0.0 | 417 | 8/4/2023 |
| 3.8.3.1 | 637 | 5/12/2023 |
| 3.8.3 | 573 | 3/31/2023 |
| 3.8.2 | 510 | 3/10/2023 |
| 3.7.0 | 414 | 3/6/2023 |
Analogy Serilog Parsers