Re: [racket] Logging

2010-12-11 Thread Eli Barzilay
On Wednesday, Russell Adams wrote: > Does anyone have a good example of using the built-in logger and log > levels, particularly how one can alter the log-level on the fly > without restarting (to pass a CLI parameter or change an ENV var). I've already mentioned my interactive thing as a place th

[racket] Logging

2010-12-08 Thread Russell Adams
Does anyone have a good example of using the built-in logger and log levels, particularly how one can alter the log-level on the fly without restarting (to pass a CLI parameter or change an ENV var). Thanks. (Kudos to the IRC folks for their help too!) ---