-
Notifications
You must be signed in to change notification settings - Fork 427
Open
Description
Debug.Print is used to log information messages:
OpenAI-API-dotnet/OpenAI_API/EndpointBase.cs
Line 192 in 97fb71b
| Debug.Print($"Issue parsing metadata of OpenAi Response. Url: {url}, Error: {e.ToString()}, Response: {resultAsString}. This is probably ignorable."); |
.NET has strong built in logging that you can use with a dependency injected ILogger.
StefH
Metadata
Metadata
Assignees
Labels
No labels