LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Struct LogCapture.Message

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.Logging
    Assembly: LaunchDarkly.Logging.dll
    Syntax
    public struct LogCapture.Message

    Constructors

    Message(string, LogLevel, string)

    Declaration
    public Message(string loggerName, LogLevel level, string text)
    Parameters
    Type Name Description
    string loggerName
    LogLevel level
    string text

    Properties

    Level

    Declaration
    public LogLevel Level { get; }
    Property Value
    Type Description
    LogLevel

    LoggerName

    Declaration
    public string LoggerName { get; }
    Property Value
    Type Description
    string

    Text

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    string

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX