Akka.Interfaced.LogFilter.LogProxy.Log C# (CSharp) Method

Log() public method

public Log ( object actor, string message ) : void
actor object
message string
return void
        public void Log(object actor, string message)
        {
            _template.LogMethod(actor, message);
        }
    }