Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [soc-dev] [GSoC] Logging Weekly Status

Hi,

This is the weekly status on the GSoC project Eclipse Logging.

Project description: The purpose of this project is to implement 
a SLF4J based logging system that will allow to dynamically 
configure log settings, provide a separate log view, persisting log 
settings for all eclipse plug­ins. A more detailed discussion on the 
inspiration for this project is on bugzilla [1]. The project proposal 
doc is available on [2].

**Progress**

Updates from last report: I have progressed on the runtime configuration feature.
Now, any client plugin can access a logger and change the log level.
This can be followed using bugzilla link [3] and gerrit link [4].

Plan for next week: I will be working on the runtime configuration adding new features
like runtime addition of appenders. I will also try to work towards integrating logback
beagle with the logging platform. Logback Beagle is an eclipse plugin for viewing logs.
For more information you can checkout logback beagle page [5].

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=358968
[2] https://drive.google.com/file/d/0BzOCiIzlXt1dV0hGMTYzakVJVzN2cVBYMGdFSV93Qnp6eGZZ/edit?usp=sharing
[3] https://bugs.eclipse.org/bugs/show_bug.cgi?id=437434
[4] https://git.eclipse.org/r/#/c/30921/
[5] http://logback.qos.ch/beagle/


Regards,
Ashwin

Back to the top