Table of Contents

Class AssetSerializableLogMessage

Namespace
Stride.Core.Assets.Diagnostics
Assembly
Stride.Core.Assets.dll
[DataContract]
public class AssetSerializableLogMessage : SerializableLogMessage, ILogMessage
Inheritance
AssetSerializableLogMessage
Implements
Inherited Members

Constructors

AssetSerializableLogMessage()

public AssetSerializableLogMessage()

AssetSerializableLogMessage(AssetId, UFile, LogMessageType, string, ExceptionInfo)

public AssetSerializableLogMessage(AssetId assetId, UFile assetUrl, LogMessageType type, string text, ExceptionInfo exceptionInfo = null)

Parameters

assetId AssetId
assetUrl UFile
type LogMessageType
text string
exceptionInfo ExceptionInfo

AssetSerializableLogMessage(AssetLogMessage)

public AssetSerializableLogMessage(AssetLogMessage logMessage)

Parameters

logMessage AssetLogMessage

Properties

AssetId

public AssetId AssetId { get; set; }

Property Value

AssetId

AssetUrl

public UFile AssetUrl { get; set; }

Property Value

UFile

Character

public int Character { get; set; }

Property Value

int

File

public string File { get; set; }

Property Value

string

Line

public int Line { get; set; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.