![]() |
VOOZH | about |
dotnet add package Analogy.LogViewer.Serilog.WinForms --version 9.0.5
NuGet\Install-Package Analogy.LogViewer.Serilog.WinForms -Version 9.0.5
<PackageReference Include="Analogy.LogViewer.Serilog.WinForms" Version="9.0.5" />
<PackageVersion Include="Analogy.LogViewer.Serilog.WinForms" Version="9.0.5" />Directory.Packages.props
<PackageReference Include="Analogy.LogViewer.Serilog.WinForms" />Project file
paket add Analogy.LogViewer.Serilog.WinForms --version 9.0.5
#r "nuget: Analogy.LogViewer.Serilog.WinForms, 9.0.5"
#:package Analogy.LogViewer.Serilog.WinForms@9.0.5
#addin nuget:?package=Analogy.LogViewer.Serilog.WinForms&version=9.0.5Install as a Cake Addin
#tool nuget:?package=Analogy.LogViewer.Serilog.WinForms&version=9.0.5Install as a Cake Tool
Serilog Parser for Analogy Log Viewer.
| Nuget | Version | Description |
|----------|:-------------:|------|
| Analogy.LogViewer.Serilog | 👁 Nuget
| Serilog Extension for Analogy Log viewer (this package) |
| Analogy.LogViewer.Serilog.Sinks | 👁 Nuget
| Serilog Sink for sending logs to Analogy Log server |
Supported formatters, for now, are:
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: 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,
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 net8.0-windows7.0 is compatible. net9.0-windows net9.0-windows was computed. net9.0-windows7.0 net9.0-windows7.0 is compatible. net10.0-windows net10.0-windows was computed. net10.0-windows7.0 net10.0-windows7.0 is compatible. |
| .NET Framework | net48 net48 is compatible. net481 net481 was computed. |
This package is not used by any NuGet packages.
Showing the top 1 popular GitHub repositories that depend on Analogy.LogViewer.Serilog.WinForms:
| 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
|
Analogy Serilog Parsers