Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hudson-dev] Recommended Logging solution ?

2012/2/7 Winston Prakash <winston.prakash@xxxxxxxxx>:
>> Agreed, we should focus on v3. Can you remember if slf4j is  available
>> in v2 core as it is, or do I need to include it in the plugin until v3
>> is released ?
>
> slf4j is in the war bundle (from inject module), so should be ok at runtime.
> You may have to define it for compile time, since it is not exposed through
> plugin-parent.

I have now tried to convert my plugin, but ran into a problem. I am
executing a program and in order to follow its output I use
hudson.util.LogTaskListener. This class only support java util logging
:-(
I have created a problem report:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=371303

Best regards
Henrik


Back to the top