Table of Contents

Struct DebugConsoleController.LogCallbackDetails

Namespace
CodeBase.DebugConsole
Assembly
4Experience.Codebase.DebugConsole.dll
private struct DebugConsoleController.LogCallbackDetails

Constructors

LogCallbackDetails(string, string, LogType)

public LogCallbackDetails(string logString, string stackTrace, LogType type)

Parameters

logString string
stackTrace string
type LogType

Properties

LogString

public string LogString { readonly get; private set; }

Property Value

string

StackTrace

public string StackTrace { readonly get; private set; }

Property Value

string

Type

public LogType Type { readonly get; private set; }

Property Value

LogType