Re: System.Console.WriteLine question
From: newsgroupie (newsgroupie_at_nospam.com)
Date: 11/26/04
- Next message: Jon Skeet [C# MVP]: "Re: CodeDom: more than one Attribute for a CodeMemberMethod"
- Previous message: Kai Huener: "CodeDom: more than one Attribute for a CodeMemberMethod"
- In reply to: Ian Griffiths [C# MVP]: "Re: System.Console.WriteLine question"
- Next in thread: Jon Skeet [C# MVP]: "Re: System.Console.WriteLine question"
- Reply: Jon Skeet [C# MVP]: "Re: System.Console.WriteLine question"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 26 Nov 2004 14:45:06 +0000 (UTC)
Hi Newsgroupies!
Thanks for all your help but what I really want to do is something like
we could do in the good old days with MFC, ie...
TRACE("The function returned %d\n", iReturnValue);
...And be able to see this in the output window.
I appreciate that .Debug & .Trace do a similar thing in C# but without
arguments as above.
Many thanks in advance,
newsgroupie
- Next message: Jon Skeet [C# MVP]: "Re: CodeDom: more than one Attribute for a CodeMemberMethod"
- Previous message: Kai Huener: "CodeDom: more than one Attribute for a CodeMemberMethod"
- In reply to: Ian Griffiths [C# MVP]: "Re: System.Console.WriteLine question"
- Next in thread: Jon Skeet [C# MVP]: "Re: System.Console.WriteLine question"
- Reply: Jon Skeet [C# MVP]: "Re: System.Console.WriteLine question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|