Redpoint.Logging.File
2026.1159.804
Prefix Reserved
dotnet add package Redpoint.Logging.File --version 2026.1159.804
NuGet\Install-Package Redpoint.Logging.File -Version 2026.1159.804
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="Redpoint.Logging.File" Version="2026.1159.804" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Redpoint.Logging.File" Version="2026.1159.804" />
<PackageReference Include="Redpoint.Logging.File" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Redpoint.Logging.File --version 2026.1159.804
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Redpoint.Logging.File, 2026.1159.804"
#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.
#:package Redpoint.Logging.File@2026.1159.804
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Redpoint.Logging.File&version=2026.1159.804
#tool nuget:?package=Redpoint.Logging.File&version=2026.1159.804
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Redpoint.Logging.File
This library provides a really simple file logger for Microsoft.Extensions.Logging. Unlike Serilog, this library is trim-compatible.
To create a file logger, pass in a FileStream instance to AddFile. The file stream will be automatically disposed as needed:
services.AddLogging(builder =>
{
builder.ClearProviders();
builder.AddFile(new FileStream(
"path/to/log/file.txt",
FileMode.Create,
FileAccess.ReadWrite,
FileShare.Read | FileShare.Delete));
});
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Logging (>= 10.0.8)
- Redpoint.Concurrency (>= 2026.1159.804)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2026.1159.804 | 0 | 6/8/2026 |
| 2026.1159.544 | 0 | 6/8/2026 |
| 2026.1159.510 | 0 | 6/8/2026 |
| 2026.1154.870 | 51 | 6/3/2026 |
| 2026.1154.811 | 56 | 6/3/2026 |
| 2026.1154.803 | 60 | 6/3/2026 |
| 2026.1154.686 | 70 | 6/3/2026 |
| 2026.1154.457 | 84 | 6/3/2026 |
| 2026.1153.1025 | 79 | 6/2/2026 |
| 2026.1153.1010 | 83 | 6/2/2026 |
| 2026.1153.988 | 84 | 6/2/2026 |
| 2026.1153.959 | 78 | 6/2/2026 |
| 2026.1153.916 | 75 | 6/2/2026 |
| 2026.1153.661 | 84 | 6/2/2026 |
| 2026.1148.1138 | 95 | 5/28/2026 |
| 2026.1146.78 | 98 | 5/26/2026 |
| 2026.1145.557 | 96 | 5/25/2026 |
| 2026.1145.536 | 88 | 5/25/2026 |
| 2026.1144.634 | 93 | 5/24/2026 |
Loading failed