Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Printing stuff into the Console View
Printing stuff into the Console View [message #303464] Tue, 16 May 2006 04:36 Go to next message
Eclipse UserFriend
Originally posted by: weinhold.de.ibm.com

Hi,

I'm using Eclipse 2 and I want to print something into the Console View. Had
someone done this ?

regards Rainer
Re: Printing stuff into the Console View [message #303527 is a reply to message #303464] Wed, 17 May 2006 05:47 Go to previous messageGo to next message
Eclipse UserFriend
Rainer Weinhold wrote:
> Hi,
>
> I'm using Eclipse 2 and I want to print something into the Console View. Had
> someone done this ?
>
> regards Rainer
>
>

You can create and use a MessageConsole for this. It's been a long time
since I looked at Eclipse 2, but the javadoc for MessageConsole,
IConsole, and IConsoleManager should help you get started.
HTH
Kevin
Re: Printing stuff into the Console View [message #303652 is a reply to message #303527] Thu, 18 May 2006 10:28 Go to previous message
Eclipse UserFriend
Originally posted by: weinhold.de.ibm.com

Under Eclipse 3.x I can use this stuff :
IConsoleManager consoleManager =
ConsolePlugin.getDefault().getConsoleManager();
myConsole= new MessageConsole(p_LoggerName,null);
myDebugConsoleStream= new MessageConsoleStream(myConsole);

But under Eclipse 2.x I don't know where to get a concrete instance of the
IConsole.
There is a org.eclipse.debug.ui.console.IConsole but this is only an
interface ... Someone an glu


"Kevin Barnes" <krbarnes@ca.ibm.com> wrote in message
news:e4erev$qoi$1@utils.eclipse.org...
> Rainer Weinhold wrote:
>> Hi,
>>
>> I'm using Eclipse 2 and I want to print something into the Console View.
>> Had someone done this ?
>>
>> regards Rainer
>
> You can create and use a MessageConsole for this. It's been a long time
> since I looked at Eclipse 2, but the javadoc for MessageConsole, IConsole,
> and IConsoleManager should help you get started.
> HTH
> Kevin
Previous Topic:Pb to create a Content Ouline Page
Next Topic:OSGI Services... LogReaderService ...
Goto Forum:
  


Current Time: Tue Sep 16 05:44:53 EDT 2025

Powered by FUDForum. Page generated in 0.03777 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top