NVelocity.Duck2.Log C# (CSharp) Method

Log() private method

private Log ( string call ) : void
call string
return void
        private void Log(string call)
        {
            sb.Append(call + Environment.NewLine);
        }