Show / Hide Table of Contents

Struct LoggerHandler.Log

Namespace: BennyKok.RuntimeDebug.Components.UI
Assembly: com.bennykok.runtime-debug-action.dll
Syntax
public struct Log

Constructors

Log(String, String, LogType, DateTime)

Declaration
public Log(string logString, string stackTrace, LogType type, DateTime time)
Parameters
Type Name Description
System.String logString
System.String stackTrace
UnityEngine.LogType type
System.DateTime time

Fields

logString

Declaration
public string logString
Field Value
Type Description
System.String

stackTrace

Declaration
public string stackTrace
Field Value
Type Description
System.String

time

Declaration
public DateTime time
Field Value
Type Description
System.DateTime

type

Declaration
public LogType type
Field Value
Type Description
UnityEngine.LogType

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.ValueType.ToString()
In This Article
👆 RuntimeDebugAction by ❤️ BennyKok