Apache.NMS.Test.NmsTracer.Error C# (CSharp) Method

Error() public method

public Error ( string message ) : void
message string
return void
		public void Error(string message)
		{
#if !NETCF
			System.Diagnostics.Trace.WriteLine(string.Format("ERROR: {0}", message));
#endif
		}