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
<PackageReference Include="CodeWF.Log.Core" Version="11.3.9.8" />
<PackageVersion Include="CodeWF.Log.Core" Version="11.3.9.8" />
<PackageReference Include="CodeWF.Log.Core" />
paket add CodeWF.Log.Core --version 11.3.9.8
#r "nuget: CodeWF.Log.Core, 11.3.9.8"
#:package CodeWF.Log.Core@11.3.9.8
#addin nuget:?package=CodeWF.Log.Core&version=11.3.9.8
#tool nuget:?package=CodeWF.Log.Core&version=11.3.9.8
CodeWF.LogViewer.Avalonia
简单封装一些日志控件
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("严重错误日志");
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("严重错误日志");
更新日志
V1.0.11.3(2025-09-15)
- 🐛[修复]-修复自定义日志目录打开异常问题
TODO
- 日志较多有性能问题,待优化
| 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. |
-
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.