Console 控制台添加颜色 Nuget版

Posted 清风神剑

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Console 控制台添加颜色 Nuget版相关的知识,希望对你有一定的参考价值。

 

https://gitee.com/ZJ69719496/console-ext/blob/master/ConsoleColor/ConsoleExt.cs#
源文档

已发布到nuget
https://www.nuget.org/packages/ConsoleExtClass/

安装Install-Package ConsoleExtClass -Version 1.0.2

using ConsoleExtClass;

    ConsoleExt.InfoLine("这是InfoLine");
    ConsoleExt.ErrorLine("这是ErrorLine");
    ConsoleExt.LogLine("这是LogLine");
    ConsoleExt.WarnLine("这是WarnLine");
    ConsoleExt.WriteLine("这是WriteLine", ConsoleColor.White, true);
    Console.ReadLine();

示例:
 

 

以上是关于Console 控制台添加颜色 Nuget版的主要内容,如果未能解决你的问题,请参考以下文章