LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Interface ILogger

    Log interface required by the AI Client.

    Namespace: LaunchDarkly.Sdk.Server.Ai.Interfaces
    Assembly: LaunchDarkly.ServerSdk.Ai.dll
    Syntax
    public interface ILogger

    Methods

    | Edit this page View Source

    Error(string, params object[])

    Log an error.

    Declaration
    void Error(string format, params object[] allParams)
    Parameters
    Type Name Description
    string format

    format string

    object[] allParams

    parameters

    | Edit this page View Source

    Warn(string, params object[])

    Log a warning.

    Declaration
    void Warn(string format, params object[] allParams)
    Parameters
    Type Name Description
    string format

    format string

    object[] allParams

    parameters

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX