Class: FHTTPClient::Logger::Null
- Inherits:
-
Object
- Object
- FHTTPClient::Logger::Null
- Defined in:
- lib/f_http_client/logger/null.rb
Overview
Logs nothing
Instance Method Summary collapse
- #debug ⇒ Object
- #error ⇒ Object
- #fatal ⇒ Object
- #info ⇒ Object
- #tagged ⇒ Object
- #unknown ⇒ Object
- #warn ⇒ Object
Instance Method Details
#debug ⇒ Object
8 |
# File 'lib/f_http_client/logger/null.rb', line 8 def debug(...) = nil |
#error ⇒ Object
11 |
# File 'lib/f_http_client/logger/null.rb', line 11 def error(...) = nil |
#fatal ⇒ Object
12 |
# File 'lib/f_http_client/logger/null.rb', line 12 def fatal(...) = nil |
#info ⇒ Object
9 |
# File 'lib/f_http_client/logger/null.rb', line 9 def info(...) = nil |
#tagged ⇒ Object
7 |
# File 'lib/f_http_client/logger/null.rb', line 7 def tagged(...) = block_given? ? yield(self) : self |
#unknown ⇒ Object
13 |
# File 'lib/f_http_client/logger/null.rb', line 13 def unknown(...) = nil |
#warn ⇒ Object
10 |
# File 'lib/f_http_client/logger/null.rb', line 10 def warn(...) = nil |