Table of Contents

Class LogData

Namespace
Glitch9
public class LogData
Inheritance
LogData
Inherited Members
Extension Methods

Constructors

LogData(LogType, string)

public LogData(LogType type, string log)

Parameters

type LogType
log string

Properties

Log

public string Log { get; }

Property Value

string

Type

public LogType Type { get; }

Property Value

LogType