You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by "Niall Daley (JIRA)" <ji...@apache.org> on 2005/12/08 21:06:10 UTC

[jira] Created: (LOG4NET-62) Fixing any data should preclude the use of any other data in the output.

Fixing any data should preclude the use of any other data in the output.
------------------------------------------------------------------------

         Key: LOG4NET-62
         URL: http://issues.apache.org/jira/browse/LOG4NET-62
     Project: Log4net
        Type: Bug
  Components: Core  
    Reporter: Niall Daley
 Assigned to: Niall Daley 
    Priority: Minor


Once the FixVolatileData (LoggingEvent.cs 1212) has been executed all non-fixed data should be unavailable (null or some other n/a value). Currently it will be computed at use time, possibly in the wrong context.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (LOG4NET-62) Fixing any data should preclude the use of any other data in the output.

Posted by "Niall Daley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LOG4NET-62?page=all ]
     
Niall Daley resolved LOG4NET-62:
--------------------------------

    Resolution: Fixed

Fixing now fixes the specified values and prevents others from being updated without an explicit fix being called again.

> Fixing any data should preclude the use of any other data in the output.
> ------------------------------------------------------------------------
>
>          Key: LOG4NET-62
>          URL: http://issues.apache.org/jira/browse/LOG4NET-62
>      Project: Log4net
>         Type: Bug
>   Components: Core
>     Reporter: Niall Daley
>     Assignee: Niall Daley
>     Priority: Minor

>
> Once the FixVolatileData (LoggingEvent.cs 1212) has been executed all non-fixed data should be unavailable (null or some other n/a value). Currently it will be computed at use time, possibly in the wrong context.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


.NET CF support

Posted by Theo Beisch <th...@gmx.de>.
I am not sure this is the right place for the post so I apologize ahead just
in case..
I've been working on getting NETCF and NETCF forms designtime support for
Log4NET and I now have config files which basically offer kind of
"one-click" build support. (VS 2003 project files and minor compiletime flag
mods for NDC.cs and ThreadContext.cs.)
Could someone tell me how the process is or who would be my contact for
submitting this?
Congrats to all working here, I have been using log4j before and log4net is
clearly a next great step!
Cheers
tb