Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
omajinai #164
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Sep 4, 2016
1 parent ce82e24 commit cd0b7fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public struct LogEntry
public object State { get; private set; }

public LogEntry(string loggerName, LogType logType, DateTime timestamp, string message, UnityEngine.Object context = null, Exception exception = null, string stackTrace = null, object state = null)
: this()
{
this.LoggerName = loggerName;
this.LogType = logType;
Expand Down

0 comments on commit cd0b7fa

Please sign in to comment.