LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Class Logs

    Inheritance
    object
    Logs
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.Logging
    Assembly: LaunchDarkly.Logging.dll
    Syntax
    public static class Logs

    Properties

    Default

    Declaration
    public static ILogAdapter Default { get; }
    Property Value
    Type Description
    ILogAdapter

    None

    Declaration
    public static ILogAdapter None { get; }
    Property Value
    Type Description
    ILogAdapter

    ToConsole

    Declaration
    public static SimpleLogging ToConsole { get; }
    Property Value
    Type Description
    SimpleLogging

    Methods

    Capture()

    Declaration
    public static LogCapture Capture()
    Returns
    Type Description
    LogCapture

    CoreLogging(ILoggerFactory)

    Declaration
    public static ILogAdapter CoreLogging(ILoggerFactory loggerFactory)
    Parameters
    Type Name Description
    ILoggerFactory loggerFactory
    Returns
    Type Description
    ILogAdapter

    ToMethod(Action<string>)

    Declaration
    public static SimpleLogging ToMethod(Action<string> writeLineMethod)
    Parameters
    Type Name Description
    Action<string> writeLineMethod
    Returns
    Type Description
    SimpleLogging

    ToMultiple(params ILogAdapter[])

    Declaration
    public static ILogAdapter ToMultiple(params ILogAdapter[] logAdapters)
    Parameters
    Type Name Description
    ILogAdapter[] logAdapters
    Returns
    Type Description
    ILogAdapter

    ToWriter(TextWriter)

    Declaration
    public static SimpleLogging ToWriter(TextWriter stream)
    Parameters
    Type Name Description
    TextWriter stream
    Returns
    Type Description
    SimpleLogging
    In this article
    Back to top Generated by DocFX