Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[soc-dev] GSoC 2014 - Implement an SLF4J-based Logging Center for Eclipse


Hi Marcel,

Thanks for your reply. As per your reply, I have tried to implement a system that bridges log4j, java util logging and apache common logging APIs to logback using
slf4j. Apart from a few issues with the java util API everything is working fine. 
But, I wasn't able to implement it as a plugin.
I mean to say, I am not getting the idea of how to implement it as a plugin.
Can you help me with this?
Current system uses different threads to log a set of instructions for each of the APIs. 
You can view the current code base at: https://github.com/ashwinj/LogCenter

Regards,
Ashwin

On Mon, Mar 3, 2014 at 10:30 PM, <soc-dev-request@xxxxxxxxxxx> wrote:
Send soc-dev mailing list submissions to
        soc-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://dev.eclipse.org/mailman/listinfo/soc-dev
or, via email, send a message with subject or body 'help' to
        soc-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
        soc-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of soc-dev digest..."


Today's Topics:

   1. Re: @GSoC - Implementing logging center for Eclipse (Marcel Bruch)
   2. GSoC 2014 - Implement an SLF4J-based Logging Center for
      Eclipse (Ashwin Jha)
   3. Re: GSoC 2014 - Implement an SLF4J-based Logging Center   for
      Eclipse (Marcel Bruch)


----------------------------------------------------------------------

Message: 1
Date: Mon, 3 Mar 2014 08:19:10 +0100
From: Marcel Bruch <marcel.bruch@xxxxxxxxxxxxxx>
To: Pawe? Nowak <siersciotluk@xxxxxxxxx>
Cc: Summer of Code dev list <soc-dev@xxxxxxxxxxx>
Subject: Re: [soc-dev] @GSoC - Implementing logging center for Eclipse
Message-ID: <39A89B4F-BFF7-48E2-B312-37385BEBBD20@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset=windows-1250

Hi Pawel,

Am 28.02.2014 um 17:26 schrieb Pawe? Nowak <siersciotluk@xxxxxxxxx>:

> Hey,
> thanks for your reply.
> What kind of answer did I expected? Well you've answered in the part
> that I was most interested in - about the project being time consuming
> and requires particular knowledge (SLF4J/Logback). I'm pretty sure
> that I'm not that familiar  with those libraries however I'm not
> afraid of challenges. I've also hadn't ever written a simple test
> unit, which I know that it must change. My point is that I'd like to
> gain experience working with project like that, nevertheless I
> wouldn't like to disappoint anybody.


It wouldn?t be a disappointment when we see you trying hard. Generally, we are looking for motivated students willing to give their best ;-)

It makes sense to start reading the articles linked in the bug mentioned to get a basic understanding of the problems we face at Eclipse. Then you could run a few experiments using SLF4J, Logback and, say, Log4J that make use of ?SLF4J?s bridging APIs?. If you get this working before writing your project proposal, you where probably trying hard enough ;-)

Best,
Marcel



>
> Regards,
> Pawel Nowak
>
> 2014-02-28 15:42 GMT+01:00 Marcel Bruch <marcel.bruch@xxxxxxxxxxxxxx>:
>> Hi Pawel,
>>
>> thanks for your interest in this project.
>>
>> I'd like to know what do you expect from a
>> student who will participate in this project (logging center)?
>>
>>
>> That's an a very open question ;-) What kind of answer do you expect?
>> Perfectly working, fully tested code? Or are you looking for a statement
>> like [1]? Or do you want a specification? I assume you read the Bugzilla
>> entry referenced in the description? Maybe you can refine your a question a
>> bit. Thx.
>>
>>
>> Also,
>> how would you rate the level of difficulty/complexity of this project?
>>
>>
>> I wouldn't classify it as complex but time consuming as it requires a lot
>> trial-and-error, testing, and a deep understanding of SLF4J (and Logback in
>> particular).
>>
>>
>> Best,
>> Marcel
>>
>> [1]
>> http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2012/faqs#time
>>
>>
>> Am 27.02.2014 um 16:37 schrieb Pawe? Nowak <siersciotluk@xxxxxxxxx>:
>>
>> Hello,
>> I'm interested in this project as GSoC's project. I'm undergraduate
>> and I've been working with with Java and it's frameworks (JSF, Spring,
>> JPA, HIbernate) however it's not commercial experience with databases
>> larger than memory ; ) I'd like to know what do you expect from a
>> student who will participate in this project (logging center)? Also,
>> how would you rate the level of difficulty/complexity of this project?
>>
>> I will be grateful if you can provide any information,
>> Pawel Nowak
>>
>>



------------------------------

Message: 2
Date: Mon, 3 Mar 2014 21:30:14 +0530
From: Ashwin Jha <ajha.dev@xxxxxxxxx>
To: soc-dev@xxxxxxxxxxx
Subject: [soc-dev] GSoC 2014 - Implement an SLF4J-based Logging Center
        for     Eclipse
Message-ID:
        <CADi-0_M-N-2oOxq2mSGCJmxEOiApD6RcGgkw2PaRjNT7dnParA@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

Hi all,

I am a first year post graduate student at Advanced Computing and
Microelectronics unit, Indian Statistical Institute, Kolkata, India. I am
interested in taking part in GSoC '14.
I have been programming in Java for 2 years now and Eclipse is my favorite
IDE.
It will be great, if I can contribute back to it.
I have gone through all the projects and am interested in contributing to
the following projects:
1. Implement an SLF4J-based Logging Center for Eclipse
2. Eclipse Code Recommenders: Snippet Sharing Infrastructure

I have gone through the following links:
http://wiki.eclipse.org/index.php/Development_Resources
http://www.vogella.com/tutorials/EclipsePlugIn/article.html
https://bugs.eclipse.org/bugs/show_bug.cgi?id=358968
https://bugs.eclipse.org/bugs/show_bug.cgi?id=427905

This is my first time, so it will be very helpful if someone can provide me
information about the projects and starting point for understanding the
source code.

Note: For the Eclipse code recommenders project, I have already subscribed
the mailing list but have not yet received the confirmation mail. So,
please reply for the Eclipse code recommenders project also.


Regards,
Ashwin jha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/soc-dev/attachments/20140303/cab1c288/attachment.html>

------------------------------

Message: 3
Date: Mon, 3 Mar 2014 17:11:04 +0100
From: Marcel Bruch <marcel.bruch@xxxxxxxxxxxxxx>
To: Summer of Code dev list <soc-dev@xxxxxxxxxxx>
Subject: Re: [soc-dev] GSoC 2014 - Implement an SLF4J-based Logging
        Center  for Eclipse
Message-ID: <7F46DCD2-DADB-4FE2-B23A-06571AE4CF0C@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset=iso-8859-1

Hi Ashwin,

regarding the logging center, please read:

http://dev.eclipse.org/mhonarc/lists/soc-dev/msg00330.html
http://dev.eclipse.org/mhonarc/lists/soc-dev/msg00319.html

for what has been said so far. To get your feet on the ground, you may read http://www.slf4j.org/legacy.html and build a small plug-in system that makes use of several logging frameworks where logs are mapped to log back using the SLF4J bridging APIs.

It may be though to get this running but I think it should be possible for you to get such a system running ;-)

Best,
Marcel


Am 03.03.2014 um 17:00 schrieb Ashwin Jha <ajha.dev@xxxxxxxxx>:

>
> Hi all,
>
> I am a first year post graduate student at Advanced Computing and Microelectronics unit, Indian Statistical Institute, Kolkata, India. I am interested in taking part in GSoC '14.
> I have been programming in Java for 2 years now and Eclipse is my favorite IDE.
> It will be great, if I can contribute back to it.
> I have gone through all the projects and am interested in contributing to the following projects:
> 1. Implement an SLF4J-based Logging Center for Eclipse
> 2. Eclipse Code Recommenders: Snippet Sharing Infrastructure
>
> I have gone through the following links:
> http://wiki.eclipse.org/index.php/Development_Resources
> http://www.vogella.com/tutorials/EclipsePlugIn/article.html
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=358968
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=427905
>
> This is my first time, so it will be very helpful if someone can provide me information about the projects and starting point for understanding the source code.
>
> Note: For the Eclipse code recommenders project, I have already subscribed the mailing list but have not yet received the confirmation mail. So, please reply for the Eclipse code recommenders project also.
>
>
> Regards,
> Ashwin jha
> _______________________________________________
> soc-dev mailing list
> soc-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/soc-dev



------------------------------

_______________________________________________
soc-dev mailing list
soc-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/soc-dev


End of soc-dev Digest, Vol 22, Issue 4
**************************************


Back to the top