Unfortunately, all the entry and exit methods can’t be deprecated. 
entry(Object… params) is ambiguous with traceEntry(String format, 
Object…params). That, and the fact that entry(String fqcn, Object… params) 
already existed is the only reason I created the traceEntry() methods.

Ralph

> On Feb 15, 2016, at 9:27 AM, Gary Gregory <garydgreg...@gmail.com> wrote:
> 
> Hi All:
> 
> Should we deprecate Logger.entry() and exit() in favor of Logger.traceEnter() 
> and traceExit()?
> 
> Gary
> 
> -- 
> E-Mail: garydgreg...@gmail.com <mailto:garydgreg...@gmail.com> | 
> ggreg...@apache.org  <mailto:ggreg...@apache.org>
> Java Persistence with Hibernate, Second Edition 
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com <http://garygregory.wordpress.com/> 
> Home: http://garygregory.com/ <http://garygregory.com/>
> Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory>

Reply via email to