Bamboo.Prevalence.Tests.PrevalenceTestBase.HandsOffOutputLog C# (CSharp) Method

HandsOffOutputLog() protected method

protected HandsOffOutputLog ( ) : void
return void
		protected void HandsOffOutputLog()
		{
			if (null != _engine)
			{
				_engine.HandsOffOutputLog();
			}
		}