Class: TeradataCli::Connection::NullLogger
- Inherits:
-
Object
- Object
- TeradataCli::Connection::NullLogger
- Defined in:
- lib/teradata-cli/connection.rb
Instance Method Summary collapse
- #<<(*args) ⇒ Object
- #add(*args) ⇒ Object
- #close(*args) ⇒ Object
- #debug(*args) ⇒ Object
- #error(*args) ⇒ Object
- #fatal(*args) ⇒ Object
- #info(*args) ⇒ Object
- #level=(*args) ⇒ Object
- #log(*args) ⇒ Object
- #unknown(*args) ⇒ Object
- #warn(*args) ⇒ Object
Instance Method Details
#<<(*args) ⇒ Object
99 |
# File 'lib/teradata-cli/connection.rb', line 99 def <<(*args) end |
#add(*args) ⇒ Object
98 |
# File 'lib/teradata-cli/connection.rb', line 98 def add(*args) end |
#close(*args) ⇒ Object
96 |
# File 'lib/teradata-cli/connection.rb', line 96 def close(*args) end |
#debug(*args) ⇒ Object
90 |
# File 'lib/teradata-cli/connection.rb', line 90 def debug(*args) end |
#error(*args) ⇒ Object
93 |
# File 'lib/teradata-cli/connection.rb', line 93 def error(*args) end |
#fatal(*args) ⇒ Object
94 |
# File 'lib/teradata-cli/connection.rb', line 94 def fatal(*args) end |
#info(*args) ⇒ Object
91 |
# File 'lib/teradata-cli/connection.rb', line 91 def info(*args) end |
#level=(*args) ⇒ Object
100 |
# File 'lib/teradata-cli/connection.rb', line 100 def level=(*args) end |
#log(*args) ⇒ Object
97 |
# File 'lib/teradata-cli/connection.rb', line 97 def log(*args) end |
#unknown(*args) ⇒ Object
95 |
# File 'lib/teradata-cli/connection.rb', line 95 def unknown(*args) end |
#warn(*args) ⇒ Object
92 |
# File 'lib/teradata-cli/connection.rb', line 92 def warn(*args) end |