On 24.01.2017, at 21:48, Marshall Schor <[email protected]> wrote:
> 
> 1) keep the current UIMA logging facade and framework, for backwards 
> compatibility.

uimaFIT adds a getLogger() method to its base-classes for reader and engines 
because
getting the logger via the context is just an extra step 
(getContext().getLogger().error(...) vs
getLogger().error(...)).

It could be considered adding logging methods directly to the UIMA component 
base-classes, such
that one simply would call "error(...)"? Or introducing a short getter method 
(log().error(...)))?

Cheers,

-- Richard

Reply via email to