Skip to content

Commit

Permalink
omajinai neuecc#164
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Sep 4, 2016
1 parent 46bb0b5 commit 398426d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UnityEngineBridge/Diagnostics/LogEntry.cs
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 398426d

Please sign in to comment.