DebugLogHistory

Namespace: WellFired.Command.Unity.Runtime

Description

Public Properties

IList< LogEntry > LogItems

Properties

DebugLogHistory Instance { get; set; }

Public Methods

  DebugLogHistory ( Action< LogEntry > onLogEntryAdded )
void Dispose ( )
void Update ( )
void Clear ( )
void LogException ( string message )
void LogMessage ( string message, LogType type = LogType.Log )
void LogMessage ( string message, string stacktrace, LogType type = LogType.Log )

Breakdown

  • Action LogHistoryCleared
  • DebugLogHistory ( Action< LogEntry > onLogEntryAdded )
  • void Dispose ( )
  • void Update ( )
  • void Clear ( )
  • void LogException ( string message )
  • void LogMessage ( string message, LogType type = LogType.Log )
  • void LogMessage ( string message, string stacktrace, LogType type = LogType.Log )