⭐ 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
$ dotnet add package ConsoleWriteLineRocksSDKNo README available.