stringForType() public method

Return the type name.
public stringForType ( mamaMsgType type ) : string
type mamaMsgType
return string
			public void onMsg (MamaSubscription subscription, MamaMsg msg)
			{
				if (quietness < 1)
				{
					Console.WriteLine("Recieved message of type " + msg.stringForType (msg.getType()) + " for " + subscription.subscSymbol);
				}
			}