Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Servlet Bridge Log Access
Servlet Bridge Log Access [message #83697] Tue, 27 February 2007 19:41
Eclipse UserFriend
Originally posted by: mike.aol.com

We are using the servlet bridge and I'm trying to figure out the best
way to get at the framework log. I want to read it and display its
contents with an admin servlet. The only APIs I can find to get it are
internal ones:

IPath path = InternalPlatform.getDefault().getLogFileLocation();
File logFile = path.toFile();

Or:

org.eclipse.core.internal.runtime.Activator.getDefault().get FrameworkLog().getFile();

I suspect there is a more legitimate way to do this, but what is it?

Thanks,
Mike Gering
Previous Topic:Equinox security
Next Topic:problems by jetty bundle with log4j
Goto Forum:
  


Current Time: Thu Sep 26 01:19:09 GMT 2024

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

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

Back to the top