Added an optional ignoreRoute option that expects a function that receives req and res as params and should return true when the request should be ignored (= not logged), false otherwise.
IgnoredRoutes now also uses req.originalUrl or url instead of req.path, which should fix #63
Added an optional ignoreRoute option that expects a function that receives req and res as params and should return true when the request should be ignored (= not logged), false otherwise. IgnoredRoutes now also uses req.originalUrl or url instead of req.path, which should fix #63