You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-user@logging.apache.org by David Thielen <da...@windward.net> on 2005/09/16 05:08:53 UTC

log4j jsl wrapper for log4net

Hi;

 

I have a ton of java code that we are building under J# - but we are trying
to have a single code base (ie no changes in the source).

 

Is there a J# log4j that just calls down to log4net?

 

Thanks - dave

 


Re: log4j jsl wrapper for log4net

Posted by Ron Grabowski <ro...@yahoo.com>.
You could use your own LogManager and ILog interface:

 using Company.Logging;
 private static ILog log = LogManager.GetLogger("foo");

If you wrote your own logger:

http://tinyurl.com/b2lxq
http://www.mail-archive.com/log4net-user%40logging.apache.org/msg01993.html

--- David Thielen <da...@windward.net> wrote:

> Hi;
> 
>  
> 
> I have a ton of java code that we are building under J# - but we are
> trying
> to have a single code base (ie no changes in the source).
> 
>  
> 
> Is there a J# log4j that just calls down to log4net?
> 
>  
> 
> Thanks - dave
> 
>  
> 
>