PELog 1.0.3

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

官网:https://www.qiqiker.com邮箱:1785275942@qq.com

更新说明:

  • 1.0.3(2024-04-03)开发环境升级到VS2022更新到,PELog项目升级到.NET Standard 2.1,测试工程更新到.NET 7.0,Unity示例升级到2022.3.8f1;
  • 1.0.2(2023-02-19)初始化增加重载,通过枚举参数简化流程;优化日志时间显示24小时制等;
  • 1.0.1(2021-11-14)增加直接调用输出颜色日志;修复生成路径在发布APK后启动的异常;

C#前后台通用日志库:

  • 方便自定义前缀、间隔标记等格式;
  • 附带时间信息,线程信息,堆栈信息;
  • 支持多颜色区分显示,突显重要日志;
  • 支持日志文件保存及覆盖;
Product 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.  net8.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on PELog:

Package Downloads
QiQiker.Navgation

基于Unity中Navmesh导出的多边形配置实现寻路点计算

QiQiker.AOICell

九宫格AOI视野算法

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.3 557 4/2/2024
1.0.2 676 2/19/2023
1.0.1 824 11/27/2021
1.0.0 863 2/11/2021