Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Errorlog View problem
Errorlog View problem [message #522887] Wed, 24 March 2010 11:31 Go to next message
Bernd van Velsen is currently offline Bernd van VelsenFriend
Messages: 19
Registered: November 2009
Junior Member
Everytime I log an error with an IStatus less then error(OK, warning, Information) then my log-view displays those statusses as OK-status, but not as INFO or WARNING. also the dates are set to 1/01/70

I log with this code
ILog logger = Activator.getDefault().getLog();
logger.log(status);

does anyone have an idea how this can be possible?
Re: Errorlog View problem [message #522898 is a reply to message #522887] Wed, 24 March 2010 12:46 Go to previous message
Bernd van Velsen is currently offline Bernd van VelsenFriend
Messages: 19
Registered: November 2009
Junior Member
ok, I found the solution myself. seems like I tried to create a Status object with as pluginID parameter some ID with spaces in them, so a non-valid plugin id. the log viewer can't handle those entries...

example:
- com.myapp.logthing is correct
- com myapp.logthing is invalid
Previous Topic:How to set the number of visible rows in Table?
Next Topic:Fragment Project as a resource project
Goto Forum:
  


Current Time: Fri Apr 26 14:48:36 GMT 2024

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

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

Back to the top