Info
Version: | 1.0.0 |
Author(s): | Zoltan David |
Last Update: | Saturday, July 21, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://console.writeline.rocks/ |
NuGet Url: | https://www.nuget.org/packages/ConsoleWriteLineRocksSDK |
Install
Install-Package ConsoleWriteLineRocksSDK
dotnet add package ConsoleWriteLineRocksSDK
paket add ConsoleWriteLineRocksSDK
ConsoleWriteLineRocksSDK Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 11.0.2)
Tags
⭐ 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.