Class: Rets::Client::FakeLogger
- Inherits:
-
Object
- Object
- Rets::Client::FakeLogger
- Defined in:
- lib/rets/client.rb
Instance Method Summary collapse
Instance Method Details
#debug ⇒ Object
463 |
# File 'lib/rets/client.rb', line 463 def debug(*); end |
#error ⇒ Object
460 |
# File 'lib/rets/client.rb', line 460 def error(*); end |
#fatal ⇒ Object
459 |
# File 'lib/rets/client.rb', line 459 def fatal(*); end |
#info ⇒ Object
462 |
# File 'lib/rets/client.rb', line 462 def info(*); end |
#warn ⇒ Object
461 |
# File 'lib/rets/client.rb', line 461 def warn(*); end |