On Mon, 14 Oct 2002 22:36, Ceki G�lc� wrote:
> The following information can be useful in correcting this:
>
> 1) The Hierarchy class still exists but it is an implementation of
> LoggerRepository. As of log4j 1.2, all log4j classes manipulate
> LoggerRepositories instead of Hierarchies. Thus, simply renaming
> "hierarchy" as "loggerRepository" should get rid of most compilation
> problems.
>
> 2) Category.getDefaultHierarchy has been deprecated. You should use
> LogManager.getLoggerRepository() instead.
>
> 3) hierarchy.getInstance should be replaced with loggerRepository.getLogger
>
> Hope this helps,

Thanks. Will apply those changes now.

-- 
Cheers,

Peter Donald
--------------------------------------------------
 Logic: The art of being wrong with confidence...
--------------------------------------------------


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to