Table of Contents

Class LogCall

Namespace
CodeBase.DebugConsole
Assembly
4Experience.Codebase.DebugConsole.dll
[Serializable]
public class LogCall : ExtendedMonoBehaviour
Inheritance
Object
Component
Behaviour
MonoBehaviour
LogCall
Extension Methods

Fields

MAX_LOG_MESSAGE_LENGTH

private const int MAX_LOG_MESSAGE_LENGTH = 100

Field Value

int

READ_MORE_TEXT

private const string READ_MORE_TEXT = " ... [READ MORE]"

Field Value

string

Properties

ButtonText

private TextMeshProUGUI ButtonText { get; set; }

Property Value

TextMeshProUGUI

LogTrace

private string LogTrace { get; set; }

Property Value

string

Owner

private DebugConsoleController Owner { get; set; }

Property Value

DebugConsoleController

Methods

AssignValues(string, string, LogType, DebugConsoleController)

public void AssignValues(string logString, string logTrace, LogType logType, DebugConsoleController ownerDebugConsole)

Parameters

logString string
logTrace string
logType LogType
ownerDebugConsole DebugConsoleController

IsLongText(string)

private bool IsLongText(string text)

Parameters

text string

Returns

bool

SetDisplayTraceText()

public void SetDisplayTraceText()