Skip to content

Instantly share code, notes, and snippets.

@snusnu
Created February 8, 2010 16:52
Show Gist options
  • Save snusnu/298339 to your computer and use it in GitHub Desktop.
Save snusnu/298339 to your computer and use it in GitHub Desktop.
def with_dm_logger(level = :debug)
DataObjects::Mysql.logger.level = level
yield
ensure
DataObjects::Mysql.logger.level = :off
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment