Hey Lena
The default logger that gets called when using Sammy.log() (or
this.log() within a route) checks for the existence of the console
(firebug in firefox, webinspector in safari) so its 'safe'. You can
also add any number of loggers using Sammy.addLogger() this means
potentially, you could log to a persistent data store on the
server-side, e.g.:
http://gist.github.com/230937
(posted in a gist for readability)
Hope that helps,
--AQ
Aaron Quint
http://www.quirkey.com