Akka.Interfaced.Tests.ExceptionAtStartStopTest.TestExceptionActor.TestExceptionActor C# (CSharp) Method

TestExceptionActor() public method

public TestExceptionActor ( LogBoard log, string tag = null ) : System
log LogBoard
tag string
return System
            public TestExceptionActor(LogBoard<string> log, string tag = null)
            {
                _log = log;
                _tag = tag;
                _log.Add("ctor");
            }