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 <[EMAIL PROTECTED]> 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
>
>
>
>