Using Ornaments for Debug Displays Such as WebSocket Status

When playing with a local WebSocket server, I want to check each time whether it is currently connected and what kind of data is being passed. At first I output that to Xcode logs, but I started wanting something more graphical, and it became tedious to look at the Mac screen every time.
