LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Class LogValues

    Inheritance
    object
    LogValues
    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 LogValues

    Methods

    Defer(Func<string>)

    Declaration
    public static object Defer(Func<string> stringProvider)
    Parameters
    Type Name Description
    Func<string> stringProvider
    Returns
    Type Description
    object

    ExceptionSummary(Exception)

    Declaration
    public static object ExceptionSummary(Exception e)
    Parameters
    Type Name Description
    Exception e
    Returns
    Type Description
    object

    ExceptionTrace(Exception)

    Declaration
    public static object ExceptionTrace(Exception e)
    Parameters
    Type Name Description
    Exception e
    Returns
    Type Description
    object
    In this article
    Back to top Generated by DocFX