docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LogEntry

    A single log event returned by the search, including identifying metadata.

    Inheritance
    object
    LogEntry
    Implements
    IEquatable<LogEntry>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Multiplay.Authoring.Core.MultiplayApi
    Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Core.dll
    Syntax
    public record LogEntry : IEquatable<LogEntry>

    Constructors

    LogEntry(string, LogEntryMetadata)

    A single log event returned by the search, including identifying metadata.

    Declaration
    public LogEntry(string Message, LogEntryMetadata MetaData)
    Parameters
    Type Name Description
    string Message

    The log line message.

    LogEntryMetadata MetaData

    Parameter metadata of LogEntry

    Properties

    Message

    The log line message.

    Declaration
    public string Message { get; init; }
    Property Value
    Type Description
    string

    MetaData

    Parameter metadata of LogEntry

    Declaration
    public LogEntryMetadata MetaData { get; init; }
    Property Value
    Type Description
    LogEntryMetadata

    Implements

    IEquatable<T>
    In This Article
    • Constructors
      • LogEntry(string, LogEntryMetadata)
    • Properties
      • Message
      • MetaData
    • Implements
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)