Module: OpenAI::_Logger
- Defined in:
- sig/openai/http_client.rbs
Instance Method Summary collapse
Instance Method Details
#debug ⇒ Object
3 |
# File 'sig/openai/http_client.rbs', line 3
def debug: (String message) -> untyped
|
#error ⇒ Object
6 |
# File 'sig/openai/http_client.rbs', line 6
def error: (String message) -> untyped
|
#info ⇒ Object
4 |
# File 'sig/openai/http_client.rbs', line 4
def info: (String message) -> untyped
|
#warn ⇒ Object
5 |
# File 'sig/openai/http_client.rbs', line 5
def warn: (String message) -> untyped
|