Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Eclipse 3.7 Logging facility without ui plugins
Eclipse 3.7 Logging facility without ui plugins [message #1077950] Fri, 02 August 2013 10:54
John M. is currently offline John M.Friend
Messages: 198
Registered: July 2010
Senior Member
Hello,

I am trying to establish a logging environment for my command line application.
First try was to use slf4j and logback, but it seems that they always require ui plugins.

Using the new DI Logger facility isn't applicable for me, because I am not using the ui.workbench plugin, which contains a proper implementation of the Logger interface (WorkbenchLogger).
I haven't found any other yet.

LogService from OSGi is a possibility which is working, but it seems that it logs only errors. Is there a way to configure it?

At the moment I can use log4j (1.2), but I need a fragment project to get it running (http://www.eclipsezone.com/eclipse/forums/t99588.html).

Is there a way to use slf4j without any ui?
Previous Topic:Using svn client to fetch file in batch application
Next Topic:WorkbenchWindowControlContribution resize problem in trim area
Goto Forum:
  


Current Time: Tue Mar 19 02:01:42 GMT 2024

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

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

Back to the top