Table of Contents

Struct LogElement

Namespace
JollyCoop
Assembly
Assembly-CSharp.dll
public struct LogElement
Inherited Members

Constructors

LogElement(string, bool)

public LogElement(string logText, bool shouldThrow)

Parameters

logText string
shouldThrow bool

Fields

logText

public string logText

Field Value

string

shouldThrow

public bool shouldThrow

Field Value

bool