Table of Contents

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

condition string
stackTrace string
type LogType

Properties

Condition

public string Condition { get; }

Property Value

string

StackTrace

public string StackTrace { get; }

Property Value

string

Time

public DateTime Time { get; set; }

Property Value

DateTime

Type

public LogType Type { get; }

Property Value

LogType