Interface ILogItem
A basic log item interface.
Namespace: UnityEngine.Experimental.U2D.TriangleNet.Logging
Syntax
public interface ILogItem
Properties
Info
Declaration
string Info { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Level
Declaration
LogLevel Level { get; }
Property Value
| Type | Description |
|---|---|
| LogLevel |
Message
Declaration
string Message { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Time
Declaration
DateTime Time { get; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |