Bamboo.Prevalence.Tests.PrevalenceTestBase.HandsOffOutputLog C# (CSharp) 메소드

HandsOffOutputLog() 보호된 메소드

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