Debug Logger
The Debug Logger sends log messages to the standard ASP.NET Debug window. This is useful for seeing rewriting information in ASP.NET.
To enable the Debug Logger, add the following line to your <rewriter> configuration:
<register logger="Intelligencia.UrlRewriter.Logging.DebugLogger, Intelligencia.UrlRewriter" />


