Search Results for

    Show / Hide Table of Contents

    Class LogType

    The log message types.

    Inheritance
    System.Object
    LogType
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class LogType : Enum

    Fields

    Error

    The error message.

    Declaration
    public const LogType Error
    Field Value
    LogType

    Fatal

    The fatal error.

    Declaration
    public const LogType Fatal
    Field Value
    LogType

    Info

    The information log message.

    Declaration
    public const LogType Info
    Field Value
    LogType

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Warning

    The warning message.

    Declaration
    public const LogType Warning
    Field Value
    LogType

    Extension Methods

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