Class: OAuth2::SanitizedLogger
- Inherits:
-
Object
- Object
- OAuth2::SanitizedLogger
show all
- Defined in:
- sig/oauth2/sanitized_logger.rbs
Instance Method Summary
collapse
Constructor Details
Returns a new instance of SanitizedLogger.
3
|
# File 'sig/oauth2/sanitized_logger.rbs', line 3
def initialize: (untyped logger) -> void
|
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing { ... } ⇒ Object
21
|
# File 'sig/oauth2/sanitized_logger.rbs', line 21
def method_missing: (Symbol method_name, *untyped args) { () -> untyped } -> untyped
|
Instance Method Details
#<< ⇒ Object
6
|
# File 'sig/oauth2/sanitized_logger.rbs', line 6
def <<: (String message) -> untyped
|
#add { ... } ⇒ Object
5
|
# File 'sig/oauth2/sanitized_logger.rbs', line 5
def add: (untyped severity, ?untyped message, ?untyped progname) { () -> untyped } -> untyped
|
#close ⇒ void
This method returns an undefined value.
13
|
# File 'sig/oauth2/sanitized_logger.rbs', line 13
def close: () -> void
|
#debug { ... } ⇒ Object
7
|
# File 'sig/oauth2/sanitized_logger.rbs', line 7
def debug: (?untyped progname) { () -> untyped } -> untyped
|
#error { ... } ⇒ Object
10
|
# File 'sig/oauth2/sanitized_logger.rbs', line 10
def error: (?untyped progname) { () -> untyped } -> untyped
|
#fatal { ... } ⇒ Object
11
|
# File 'sig/oauth2/sanitized_logger.rbs', line 11
def fatal: (?untyped progname) { () -> untyped } -> untyped
|
14
|
# File 'sig/oauth2/sanitized_logger.rbs', line 14
def formatter: () -> untyped
|
This method returns an undefined value.
15
|
# File 'sig/oauth2/sanitized_logger.rbs', line 15
def formatter=: (untyped formatter) -> void
|
#info { ... } ⇒ Object
8
|
# File 'sig/oauth2/sanitized_logger.rbs', line 8
def info: (?untyped progname) { () -> untyped } -> untyped
|
#level ⇒ Object
16
|
# File 'sig/oauth2/sanitized_logger.rbs', line 16
def level: () -> untyped
|
#level= ⇒ void
This method returns an undefined value.
17
|
# File 'sig/oauth2/sanitized_logger.rbs', line 17
def level=: (untyped level) -> void
|
#log { ... } ⇒ Object
25
|
# File 'sig/oauth2/sanitized_logger.rbs', line 25
def log: (Symbol level, ?untyped progname) { () -> untyped } -> untyped
|
#progname ⇒ Object
18
|
# File 'sig/oauth2/sanitized_logger.rbs', line 18
def progname: () -> untyped
|
#progname= ⇒ void
This method returns an undefined value.
19
|
# File 'sig/oauth2/sanitized_logger.rbs', line 19
def progname=: (untyped progname) -> void
|
#respond_to_missing? ⇒ Boolean
20
|
# File 'sig/oauth2/sanitized_logger.rbs', line 20
def respond_to_missing?: (Symbol method_name, ?bool include_private) -> bool
|
#sanitize ⇒ Object
26
|
# File 'sig/oauth2/sanitized_logger.rbs', line 26
def sanitize: (untyped message) -> untyped
|
28
|
# File 'sig/oauth2/sanitized_logger.rbs', line 28
def sanitize_authorization_header: (String message) -> String
|
30
|
# File 'sig/oauth2/sanitized_logger.rbs', line 30
def sanitize_form_and_query_pairs: (String message) -> String
|
#sanitize_json_pairs ⇒ String
29
|
# File 'sig/oauth2/sanitized_logger.rbs', line 29
def sanitize_json_pairs: (String message) -> String
|
27
|
# File 'sig/oauth2/sanitized_logger.rbs', line 27
def thing_filter: () -> OAuth2::ThingFilter
|
#unknown { ... } ⇒ Object
12
|
# File 'sig/oauth2/sanitized_logger.rbs', line 12
def unknown: (?untyped progname) { () -> untyped } -> untyped
|
#warn { ... } ⇒ Object
9
|
# File 'sig/oauth2/sanitized_logger.rbs', line 9
def warn: (?untyped progname) { () -> untyped } -> untyped
|