Akka.Event.LogEvent.LogEvent C# (CSharp) 메소드

LogEvent() 보호된 메소드

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