Prebuild.Core.Kernel.LogBanner C# (CSharp) Method

LogBanner() private method

private LogBanner ( ) : void
return void
		private void LogBanner()
		{
            m_Log.Write("Prebuild v" + Version);
            m_Log.Write("Copyright (c) 2004-2010");
            m_Log.Write("Matthew Holmes ([email protected]),");
            m_Log.Write("Dan Moorehead ([email protected]),");
            m_Log.Write("David Hudson ([email protected]),");
            m_Log.Write("Rob Loach (http://www.robloach.net),");
            m_Log.Write("C.J. Adams-Collier ([email protected]),");
            m_Log.Write("John Hurliman ([email protected]),");

            m_Log.Write("See 'prebuild /usage' for help");
            m_Log.Write();
		}