Skip to content

Commit

Permalink
Create Logger
Browse files Browse the repository at this point in the history
  • Loading branch information
xdite committed Dec 15, 2009
1 parent b5a939a commit e4ccf1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/plurker/logging.rb
@@ -0,0 +1,9 @@
module Plurker
@@logger = nil
def self.logger=(logger)
@@logger = logger
end
def self.logger
@@logger
end
end

0 comments on commit e4ccf1a

Please sign in to comment.