Akka.Event.LogEvent.LogEvent C# (CSharp) Method

LogEvent() protected method

Initializes a new instance of the LogEvent class.
protected LogEvent ( ) : System
return System
        protected LogEvent()
        {
            Timestamp = DateTime.UtcNow;
            Thread = Thread.CurrentThread;
        }