Class LogItem
Represents an item stored in the log.
Inheritance
System.Object
LogItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.U2D.TriangleNet.Logging
Syntax
public class LogItem : ILogItem
Constructors
LogItem(LogLevel, String)
Declaration
public LogItem(LogLevel level, string message)
Parameters
Type | Name | Description |
---|---|---|
LogLevel | level | |
System.String | message |
LogItem(LogLevel, String, String)
Declaration
public LogItem(LogLevel level, string message, string info)
Parameters
Type | Name | Description |
---|---|---|
LogLevel | level | |
System.String | message | |
System.String | info |
Properties
Info
Declaration
public string Info { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Level
Declaration
public LogLevel Level { get; }
Property Value
Type | Description |
---|---|
LogLevel |
Implements
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Time
Declaration
public DateTime Time { get; }
Property Value
Type | Description |
---|---|
System.DateTime |