AugustArchive / ansicolors

:bouquet: | Spice up your logging with some color!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnsiColors

💐 | Simple ANSI colors for .NET

Example

using AnsiColors;
using System;

namespace MyNamespace
{
    public class Program
    {
        public static void Main(string[] args)
        {
            var colors = new AnsiColors();
            Console.WriteLine($"Red: {colors.GetColor(AnsiColor.Red, "test")}");
        }
    }
}

License

AnsiColors is released under the MIT License. Read here for more information.

About

:bouquet: | Spice up your logging with some color!

License:MIT License


Languages

Language:C# 100.0%