Microsoft.WindowsAzure.Commands.Test.Utilities.Common.FileSystemHelper.Log C# (CSharp) Method

Log() private method

Log a message from the FileSytemHelper.
private Log ( string format ) : void
format string Message format.
return void
        private void Log(string format, params object[] args)
        {
            TestInstance.Log("[FileSystemHelper]  " + format, args);
        }