Skip to content

User ILogger rather than Debug.Print #48

@KeithHenry

Description

@KeithHenry

Debug.Print is used to log information messages:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions