Serilog.Sinks.GoogleCloudLogging
1.2.0
.NET Standard 1.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Serilog.Sinks.GoogleCloudLogging --version 1.2.0
NuGet\Install-Package Serilog.Sinks.GoogleCloudLogging -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Serilog.Sinks.GoogleCloudLogging" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Serilog.Sinks.GoogleCloudLogging --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Serilog.Sinks.GoogleCloudLogging, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Serilog.Sinks.GoogleCloudLogging as a Cake Addin
#addin nuget:?package=Serilog.Sinks.GoogleCloudLogging&version=1.2.0
// Install Serilog.Sinks.GoogleCloudLogging as a Cake Tool
#tool nuget:?package=Serilog.Sinks.GoogleCloudLogging&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Serilog sink that writes events to Google Cloud Platform Stackdriver Logging.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.5 is compatible. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.5
- Google.Cloud.Logging.V2 (>= 2.1.0)
- NETStandard.Library (>= 1.6.1)
- Serilog (>= 2.5.0)
- Serilog.Sinks.PeriodicBatching (>= 2.1.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Serilog.Sinks.GoogleCloudLogging:
Package | Downloads |
---|---|
WebPack.CoreLib
ASP.NET Core Web Pack For .NET Core; Include Default Builder; |
|
PegasusLoggingService
Package Description |
|
Findep.AspNetCore.Microservices
Core Library for FINDEP Microservices based on ASP.NET Core |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 357,117 | 6/14/2022 |
4.0.0 | 151,367 | 4/5/2022 |
3.7.0 | 103,907 | 2/20/2022 |
3.6.0 | 190,085 | 8/30/2021 |
3.5.0 | 39,005 | 6/10/2021 |
3.4.0 | 23,277 | 4/25/2021 |
3.3.3 | 52,648 | 3/15/2021 |
3.3.0 | 84,893 | 9/21/2020 |
3.2.0 | 73,700 | 6/18/2020 |
3.0.0 | 61,434 | 3/20/2020 |
2.4.1 | 2,241 | 3/18/2020 |
2.4.0 | 26,806 | 2/5/2020 |
2.3.0 | 1,924 | 1/15/2020 |
2.2.1 | 1,723 | 1/12/2020 |
2.2.0 | 27,242 | 10/8/2019 |
2.1.1 | 3,099 | 10/6/2019 |
2.1.0 | 28,370 | 9/17/2019 |
2.0.0 | 160,971 | 5/24/2019 |
1.10.0 | 47,821 | 4/4/2019 |
1.9.0 | 568 | 4/4/2019 |
1.7.0 | 85,220 | 2/8/2019 |
1.6.0 | 4,107 | 2/7/2019 |
1.5.0 | 41,624 | 10/5/2018 |
1.4.7 | 7,003 | 9/10/2018 |
1.4.6 | 14,126 | 6/2/2018 |
1.4.5 | 1,983 | 5/19/2018 |
1.4.0 | 939 | 5/19/2018 |
1.3.1 | 2,965 | 12/16/2017 |
1.3.0 | 1,295 | 12/8/2017 |
1.2.0 | 1,063 | 11/30/2017 |
1.1.0 | 1,169 | 11/28/2017 |
1.0.0 | 1,519 | 9/6/2017 |
- Added option to disable `SourceContext` property from being automatically used as the log name.