Class: HTTP::Features::Logging::NullLogger
- Inherits:
-
Object
- Object
- HTTP::Features::Logging::NullLogger
- Defined in:
- lib/http/features/logging.rb,
sig/http.rbs
Overview
No-op logger used as default when none is provided
Instance Method Summary collapse
- #debug ⇒ nil
- #debug? ⇒ true
- #error ⇒ nil
- #error? ⇒ true
- #fatal ⇒ nil
- #fatal? ⇒ true
- #info ⇒ nil
- #info? ⇒ true
- #warn ⇒ nil
- #warn? ⇒ true
Instance Method Details
#debug ⇒ nil
501 |
# File 'sig/http.rbs', line 501
def debug: (*untyped _args) -> nil
|
#debug? ⇒ true
506 |
# File 'sig/http.rbs', line 506
def debug?: () -> true
|
#error ⇒ nil
498 |
# File 'sig/http.rbs', line 498
def error: (*untyped _args) -> nil
|
#error? ⇒ true
503 |
# File 'sig/http.rbs', line 503
def error?: () -> true
|
#fatal ⇒ nil
497 |
# File 'sig/http.rbs', line 497
def fatal: (*untyped _args) -> nil
|
#fatal? ⇒ true
502 |
# File 'sig/http.rbs', line 502
def fatal?: () -> true
|
#info ⇒ nil
500 |
# File 'sig/http.rbs', line 500
def info: (*untyped _args) -> nil
|
#info? ⇒ true
505 |
# File 'sig/http.rbs', line 505
def info?: () -> true
|
#warn ⇒ nil
499 |
# File 'sig/http.rbs', line 499
def warn: (*untyped _args) -> nil
|
#warn? ⇒ true
504 |
# File 'sig/http.rbs', line 504
def warn?: () -> true
|