CodeWF.Log.Core 11.3.9.8

dotnet add package CodeWF.Log.Core --version 11.3.9.8
                    
NuGet\Install-Package CodeWF.Log.Core -Version 11.3.9.8
                    
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="CodeWF.Log.Core" Version="11.3.9.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeWF.Log.Core" Version="11.3.9.8" />
                    
Directory.Packages.props
<PackageReference Include="CodeWF.Log.Core" />
                    
Project 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 CodeWF.Log.Core --version 11.3.9.8
                    
#r "nuget: CodeWF.Log.Core, 11.3.9.8"
                    
#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 CodeWF.Log.Core@11.3.9.8
                    
#: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=CodeWF.Log.Core&version=11.3.9.8
                    
Install as a Cake Addin
#tool nuget:?package=CodeWF.Log.Core&version=11.3.9.8
                    
Install as a Cake Tool

CodeWF.LogViewer.Avalonia

NuGet NuGet License

简单封装一些日志控件

CodeWF.LogViewer.Avalonia

AvaloniaUI中使用的SelectableTextBlock做为日志展示控件,NuGet包安装:

Install-Package CodeWF.LogViewer.Avalonia

.axaml使用:

xmlns:log="https://codewf.com"
<log:LogView /> 

代码中添加日志

Logger.Debug("调试日志");
Logger.Info("普通日志");
Logger.Warn("警告日志");
Logger.Error("错误日志");
Logger.Fatal("严重错误日志");

alternate text is missing from this package README image

CodeWF.LogViewer.Avalonia.Log4Net

AvaloniaUI中使用的SelectableTextBlock做为日志展示控件,NuGet包安装:

Install-Package CodeWF.LogViewer.Avalonia.Log4Net

.axaml使用:

xmlns:log="https://codewf.com"
<log:LogView /> 

代码中添加日志

LogFactory.Instance.Log.Debug("调试日志");
LogFactory.Instance.Log.Info("普通日志");
LogFactory..Instance.Log.Warn("警告日志");
LogFactory.Instance.Log.Error("错误日志");
LogFactory.Instance.Log.Fatal("严重错误日志");

alternate text is missing from this package README image

更新日志

V1.0.11.3(2025-09-15)

  1. 🐛[修复]-修复自定义日志目录打开异常问题

TODO

  1. 日志较多有性能问题,待优化
Product 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

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CodeWF.Log.Core:

Package Downloads
CodeWF.LogViewer.Avalonia

自定义 Avalonia 日志组件​ 专为 Avalonia 打造的日志组件,支持将日志同步写入本地文件与 SelectedTextBlock 控件,实现持久化存储与实时界面展示,助力高效调试。​ Custom Avalonia Log Component​ A log component tailored for Avalonia. It supports synchronously writing logs to local files and the SelectedTextBlock control, enabling persistent storage and real-time interface display for efficient debugging.

CodeWF.NetWrapper

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.3.9.8 44 12/15/2025
11.3.9.7 89 12/12/2025
11.3.9.4 139 11/29/2025
11.3.9.2 180 11/25/2025