On Sun, Feb 17, 2008 at 12:40:15AM -0500, Jeremy Ashkenas wrote: > I'm sure that you could hook in a logger that prints out > to a file with a little jimmying. Perhaps, in time, a standard > way to log out errors will arise.
You can use Shoes.p and Shoes.debug. Shoes.p prints an object. Shoes.debug prints a string. On Linux, it'll print to standard out. On OSX, it'll print to the console when running from the commandline and to the system log when running as an app. On Windows, it'll print to DebugView (a very simple sysinternals tool). But, yeah, I'd rather have warnings and errors just stack up in a hidden console like with a browser. _why
