Class LogEntry
- Namespace
- KSP.DebugTools
- Assembly
- Assembly-CSharp.dll
public class LogEntry
- Inheritance
-
LogEntry
- Inherited Members
- Extension Methods
Constructors
LogEntry(string, string, LogType)
public LogEntry(string condition, string stackTrace, LogType type)
Parameters
Properties
Condition
public string Condition { get; }
Property Value
StackTrace
public string StackTrace { get; }
Property Value
Time
public DateTime Time { get; set; }
Property Value
Type
public LogType Type { get; }
Property Value
- LogType