LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Class SimpleLogging

    Inheritance
    object
    SimpleLogging
    Implements
    ILogAdapter
    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 class SimpleLogging : ILogAdapter

    Fields

    DefaultDateFormat

    Declaration
    public const string DefaultDateFormat = "yyyy-MM-dd HH:mm:ss.fff zzz"
    Field Value
    Type Description
    string

    Methods

    DateFormat(string)

    Declaration
    public SimpleLogging DateFormat(string dateFormat)
    Parameters
    Type Name Description
    string dateFormat
    Returns
    Type Description
    SimpleLogging

    NewChannel(string)

    Declaration
    public IChannel NewChannel(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    IChannel

    Implements

    ILogAdapter

    Extension Methods

    ILogAdapterExtensions.Level(ILogAdapter, LogLevel)
    ILogAdapterExtensions.Logger(ILogAdapter, string)
    In this article
    Back to top Generated by DocFX