Class: Resourceful::BitBucketLogger
- Defined in:
- lib/resourceful/http_accessor.rb
Overview
This is an imitation Logger used when no real logger is registered. This allows most of the code to assume that there is always a logger available, which significantly improved the readability of the logging related code.
Instance Method Summary collapse
Instance Method Details
#debug(*args) ⇒ Object
17 |
# File 'lib/resourceful/http_accessor.rb', line 17 def debug(*args); end |
#info(*args) ⇒ Object
16 |
# File 'lib/resourceful/http_accessor.rb', line 16 def info(*args); end |
#warn(*args) ⇒ Object
15 |
# File 'lib/resourceful/http_accessor.rb', line 15 def warn(*args); end |