Adding Carriage Return Line Feed to Informational Messages

That link shows using either Environment.NewLine or "\r\n".

I’m old school (K&R C), so I use the "\r\n". Any down side to using that, over the “Environment” object?