Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Errorlog View problem
Errorlog View problem [message #522887] Wed, 24 March 2010 07:31 Go to next message
Eclipse UserFriend
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 08:46 Go to previous message
Eclipse UserFriend
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: Tue Jun 24 01:10:33 EDT 2025

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

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

Back to the top