Class AssetSerializableLogMessage
- Namespace
 - Stride.Core.Assets.Diagnostics
 
- Assembly
 - Stride.Core.Assets.dll
 
[DataContract]
public class AssetSerializableLogMessage : SerializableLogMessage, ILogMessage
  - Inheritance
 - 
      objectAssetSerializableLogMessage
 
- 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
assetIdAssetIdassetUrlUFiletypeLogMessageTypetextstringexceptionInfoExceptionInfo
AssetSerializableLogMessage(AssetLogMessage)
public AssetSerializableLogMessage(AssetLogMessage logMessage)
  Parameters
logMessageAssetLogMessage
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.