10 packages tagged with “writeline”
Write colorful messages to the console using simple to use syntax
Package Description
Beautifier for your console app. Start&End your dots on parallel thread.
Utility class for a better Console write management
Get typed input from Console.
Light Light Utility to change the Foreground and Background color of a console app
print with colors in your terminal
A C# Library for printing to the console with style!
⭐ Redirects Console.WriteLine() output to any remote browser ⭐ Allows you to remotely watch what your .NET applications want to print on the Console ⭐ This is the most simple, lazy and opportunistic way to make an application remotely observable 🙂 Steps to get you started: 1. Redirect Console.Out and do some Console.WriteLine() Console.SetOut( ConsoleWriteLineRocks.Feed("mysecretid") ); Console.WriteLine("Hello World!"); 2. Open http://console.writeline.rocks/feed/mysecretid in a browser 3. Run your application 4. See "Hello World!" arriving to your browser Check out http://console.writeline.rocks for a live demo and more information. Console.WriteLine() Rocks is a great tool to trace your applications remotely with minial effort and tooling. "The most effective debugging tool is still careful thought, coupled with judiciously placed print statements." - Brian Kernighan, 1979
Just like javascript 'console.log' method, log everything to console window. using '.Dump()' extension method on any object.