At 12:42 17.04.2001 +0200, Ralf Krakowski wrote:

>I am not allowed to import log4j in to my code but i have to wrap it somehow
>to my own custom class.
>What is the most basic way to extend Catagory and return MyCatagory to my
>application and use that instead?
>(No the deepExtension paper is not simple)
>
>By using this(below) approach i lose the linenumbers where each call has
>been made, don't I?

No you do not. See the 

log(String callerFQCN, Priority priority, Object message, Throwable t)

method in the Category class. Ceki



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

Reply via email to