Serilog.Sinks.TextWriter 3.0.0

Prefix Reserved
dotnet add package Serilog.Sinks.TextWriter --version 3.0.0                
NuGet\Install-Package Serilog.Sinks.TextWriter -Version 3.0.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.TextWriter" Version="3.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Serilog.Sinks.TextWriter --version 3.0.0                
#r "nuget: Serilog.Sinks.TextWriter, 3.0.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.TextWriter as a Cake Addin
#addin nuget:?package=Serilog.Sinks.TextWriter&version=3.0.0

// Install Serilog.Sinks.TextWriter as a Cake Tool
#tool nuget:?package=Serilog.Sinks.TextWriter&version=3.0.0                

Serilog.Sinks.TextWriter

The System.IO.TextWriter sink for Serilog.

Build status NuGet Version

Writes to a specified System.IO.TextWriter and can thus be attached to practically any text-based .NET output and the in-memory System.IO.StringWriter class.

var messages = new StringWriter();

var log = new LoggerConfiguration()
    .WriteTo.TextWriter(messages)
    .CreateLogger();

Copyright © 2016 Serilog Contributors - Provided under the Apache License, Version 2.0.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Serilog.Sinks.TextWriter:

Package Downloads
Documents.Common

Package Description

RoxieMobile.AspNetCore.Logging.Serilog

Provides Serilog logging integration for .NET Core projects.

J4JSoftware.Logging

Wrapper for Serilog ILogger to provide source code information and enable SMS logging

Unitfly.Logging.Core

Serilog loggers wrapper

Arbor.AppModel

Package Description

GitHub repositories (9)

Showing the top 5 popular GitHub repositories that depend on Serilog.Sinks.TextWriter:

Repository Stars
EventStore/EventStore
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
castleproject/Core
Castle Core, including Castle DynamicProxy, Logging Services and DictionaryAdapter
Cysharp/ZLogger
Zero Allocation Text/Structured Logger for .NET with StringInterpolation and Source Generator, built on top of a Microsoft.Extensions.Logging.
FancyWM/fancywm
FancyWM - Dynamic Tiling Window Manager for Windows
Lauriethefish/QuestPatcher
Generic il2cpp modding tool for Oculus Quest (1/2/3) apps.
Version Downloads Last updated
3.0.0 103,636 6/22/2024
2.1.0 7,381,325 10/31/2016
2.1.0-dev-00714 1,138 9/19/2016
2.0.0 189,789 6/28/2016
2.0.0-rc-703 912 5/17/2016
2.0.0-rc-702 860 5/17/2016
2.0.0-rc-701 854 5/17/2016
2.0.0-beta-700 917 3/23/2016
2.0.0-beta-519 979 3/16/2016
2.0.0-beta-516 861 3/15/2016
2.0.0-beta-513 850 3/15/2016
2.0.0-beta-511 854 3/14/2016
2.0.0-beta-509 948 3/13/2016
2.0.0-beta-507 947 3/1/2016
2.0.0-beta-505 1,331 2/25/2016
2.0.0-beta-502 865 2/22/2016
2.0.0-beta-499 880 2/21/2016
2.0.0-beta-495 848 2/19/2016
2.0.0-beta-494 887 2/18/2016
2.0.0-beta-493 847 2/18/2016
2.0.0-beta-487 872 2/16/2016
2.0.0-beta-486 880 2/11/2016
2.0.0-beta-479 859 2/9/2016
2.0.0-beta-478 851 2/9/2016
2.0.0-beta-465 856 1/26/2016