Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 4.26 KB

class_wellfired_command_unity_runtime_log_logentry.rst

File metadata and controls

73 lines (46 loc) · 4.26 KB

LogEntry

Namespace: WellFired.Command.Unity.Runtime<namespacewellfired_command_unity_runtime>

Description

Properties

LogType Type<classwellfired_command_unity_runtime_log_logentry_1a5724e0cc530e99bc98c8bb155f6923f0> { get; set; }
string StackTrace<classwellfired_command_unity_runtime_log_logentry_1af29963fd1104d1a9fa812a5d90a6a065> { get; set; }
string LogMessage<classwellfired_command_unity_runtime_log_logentry_1a5e47947d7a2a5cadc951211d750ea10a> { get; set; }
string FirstLineOfLogMessage<classwellfired_command_unity_runtime_log_logentry_1a347f012a65b078bf3bdbf773bc08d98c> { get; set; }
float :ref:Time<classwellfired_command_unity_runtime_log_logentry_1abf8a1089507ef8ffc68aef9e8e48856d> { get; set; }
Enum Filter<classwellfired_command_unity_runtime_log_logentry_1a69513e7dc4f0c8c6f44c606816b95d38> { get; set; }
string FilterName<classwellfired_command_unity_runtime_log_logentry_1a3d343b9e0f22315c1431c4269991fdb2> { get; set; }

Public Methods

LogEntry<classwellfired_command_unity_runtime_log_logentry_1a01ae9e7cb26c6d4409e86ef199d979c7> ( LogType type, string message, float time, string stackTrace = "" )

Breakdown

  • LogType Type { get; set; }
  • string StackTrace { get; set; }
  • string LogMessage { get; set; }
  • string FirstLineOfLogMessage { get; set; }
  • float Time { get; set; }
  • Enum Filter { get; set; }
  • string FilterName { get; set; }
  • LogEntry ( LogType type, string message, float time, string stackTrace = "" )