Search Results for

    Show / Hide Table of Contents

    Class DebugLogWindow.LogEntryDescription

    Debug log entry description;

    Inheritance
    System.Object
    DebugLogWindow.LogEntryDescription
    Namespace: FlaxEditor.Windows
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class LogEntryDescription : ValueType

    Fields

    ContextObject

    The target object hint id (don't store ref, object may be an actor that can be removed and restored later or sth).

    Declaration
    public Guid ContextObject
    Field Value
    System.Guid

    Description

    The message description.

    Declaration
    public string Description
    Field Value
    System.String

    Level

    The log level.

    Declaration
    public LogType Level
    Field Value
    LogType

    LocationFile

    The location of the issue (file path).

    Declaration
    public string LocationFile
    Field Value
    System.String

    LocationLine

    The location line number (zero or less to not use it);

    Declaration
    public int LocationLine
    Field Value
    System.Int32

    Title

    The message title.

    Declaration
    public string Title
    Field Value
    System.String

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat