![]() |
VOOZH | about |
dotnet add package Vostok.Logging.Hercules --version 0.1.14
NuGet\Install-Package Vostok.Logging.Hercules -Version 0.1.14
<PackageReference Include="Vostok.Logging.Hercules" Version="0.1.14" />
<PackageVersion Include="Vostok.Logging.Hercules" Version="0.1.14" />Directory.Packages.props
<PackageReference Include="Vostok.Logging.Hercules" />Project file
paket add Vostok.Logging.Hercules --version 0.1.14
#r "nuget: Vostok.Logging.Hercules, 0.1.14"
#:package Vostok.Logging.Hercules@0.1.14
#addin nuget:?package=Vostok.Logging.Hercules&version=0.1.14Install as a Cake Addin
#tool nuget:?package=Vostok.Logging.Hercules&version=0.1.14Install as a Cake Tool
👁 Build & Test & Publish
👁 NuGet
An implementation of Vostok ILog that send events to Hercules. Also provides mapping from Hercules events back to Log Events.
Build guide: https://github.com/vostok/devtools/blob/master/library-dev-conventions/how-to-build-a-library.md
User documentation: https://vostok.gitbook.io/logging/
Here's how LogEvent instances are mapped into Hercules events (according to schema):
Timestamp (mandatory) corresponds to:
UtcDateTime of Timestamp.utcOffset tag — a long tag with offset from UTC expressed in 100-ns ticks.Level ---> level tag of string type.
MessageTemplate ---> messageTemplate tag of string type.
RenderedMessage ---> message tag containing rendered text.
Properties dictionary corresponds to a container with name properties. This container contains a tag for each pair. Keys are translated as-is, and the values are handled according to following conventions:
int, long, guid, string, etc), it's mapped as-is.string: either stringified directly (if it properly overrides ToString()) or serialized to JSON. No further container-like structure is allowed, all values end up being 'flat'.Exception object corresponds to a container with name exception and following tags:
System.NullReferenceException) ---> type tag of type string.message tag of type string.InnerException and InnerExceptions for AggregateException) ---> innerExceptions tag of type Vector which contains other exceptions in the same format.stackFrames tag of type Vector<StackFrame>. StackFrame is a container of following tags which describe a point of code which executed when the exception occured:
function - a name of function (method).type - a type when function is declared.file - file name.line - line number.column - column number.| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 1 NuGet packages that depend on Vostok.Logging.Hercules:
| Package | Downloads |
|---|---|
|
Vostok.Hosting
The entry point to create and launch Vostok-compatible services. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.14 | 143,855 | 12/13/2024 |
| 0.1.13 | 141,964 | 10/25/2024 |
| 0.1.12 | 144,485 | 10/31/2022 |
| 0.1.12-pre000033 | 276 | 10/31/2022 |
| 0.1.12-pre000027 | 1,399 | 9/14/2022 |
| 0.1.12-pre000026 | 956 | 7/28/2022 |
| 0.1.12-pre000025 | 603 | 6/23/2022 |
| 0.1.12-pre000022 | 357 | 3/2/2022 |
| 0.1.11 | 144,550 | 3/2/2022 |
| 0.1.11-pre000015 | 335 | 12/20/2021 |
| 0.1.11-pre000014 | 617 | 12/8/2021 |
| 0.1.10 | 114,986 | 12/8/2021 |
| 0.1.10-pre000012 | 359 | 12/6/2021 |
| 0.1.9 | 724 | 12/6/2021 |
| 0.1.9-pre000010 | 353 | 12/4/2021 |
| 0.1.9-pre000009 | 331 | 12/3/2021 |
| 0.1.9-pre000008 | 366 | 12/3/2021 |
| 0.1.9-pre000007 | 344 | 11/27/2021 |
| 0.1.9-pre000006 | 356 | 11/27/2021 |
| 0.1.9-pre000005 | 1,709 | 11/26/2021 |