Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-core-dev] Error Log Size/Growth Settings?

Title: Message
The Error Log view isn't necessarily IDE specific. Right now it is because org.eclipse.pde.runtime depends on org.eclipse.update.ui.forms which depends on org.eclipse.ui.ide, but I believe the forms stuff is being pulled out.
 
The bigger problem is that the LogView class and its actions are internal. If you can get the path to the log file, maybe you can just java.io.File.delete() the file. Try Platform.getLogFileLocation().toFile() . And if you have no log view, you don't have to worry about clearing the view.
 
-----Original Message-----
From: Scott Fairbrother [mailto:scottf@xxxxxxxxxx]
Sent: Wednesday, January 14, 2004 3:44 PM
To: platform-core-dev@xxxxxxxxxxx
Subject: Re: [platform-core-dev] Error Log Size/Growth Settings?

What option does the RCP client have for clearing the log, assuming the Error Log View is IDE specific? 

Thanks,
Scott Fairbrother
Eclipse/WebSphere Studio Jumpstart Team
N110/501
IBM Corp
4205 South Miami Blvd.
RTP, NC 27709
Voice : 919-254-1488
TL : 8-444-1488

The Java Developer's Guide to Eclipse - http://www.aw.com/catalog/academic/product/1,4096,0321159640,00.html?type=PRE
WebSphere Studio - http://www.ibm.com/software/ad/adstudio
Ready for WebSphere Studio partner program - http://www.developer.ibm.com/websphere/ready.html


Back to the top