Microsoft.WindowsAzure.Commands.Test.Utilities.Common.FileSystemHelper.Log C# (CSharp) 메소드

Log() 개인적인 메소드

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