Skip to content

Instantly share code, notes, and snippets.

@mamut
Created August 27, 2013 15:39
Show Gist options
  • Select an option

  • Save mamut/6355239 to your computer and use it in GitHub Desktop.

Select an option

Save mamut/6355239 to your computer and use it in GitHub Desktop.
Better HodorLogger
class Logger::SimpleFormatter
def call(severity, time, progname, msg)
('Hodor ' * rand(50)).chop + "\n"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment