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
AssetIdassetUrl
UFiletype
LogMessageTypetext
stringexceptionInfo
ExceptionInfo
AssetSerializableLogMessage(AssetLogMessage)
public AssetSerializableLogMessage(AssetLogMessage logMessage)
Parameters
logMessage
AssetLogMessage
Properties
AssetId
public AssetId AssetId { get; set; }
Property Value
AssetUrl
public UFile AssetUrl { get; set; }
Property Value
- UFile
Character
public int Character { get; set; }
Property Value
File
public string File { get; set; }
Property Value
Line
public int Line { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.