+1
--
Niall Daley
Log4net Dev
ublic key to
> another (only version may be redirected).
>
> It is likely that we will need to discuss this situation with the wider
> Apache community rather than just the log4net or the other Apache .net
> projects.
>
> Nicko
>
>
>
--
Niall Daley
Log4net Dev
--
> Nicko Cadell
> log4net development
> http://logging.apache.org/log4net
>
>
--
Niall Daley
Log4net Dev
+1
--
Niall Daley
Log4net Dev
http://people.apache.org/~henkp/trust/apache.html.
>
> I'd like to hear from one of the other log4net committers that they
> were able to reproduce the build (with the exception of timestamps et
> al).
>
>
--
Niall Daley
Log4net Dev
+1
--
Niall Daley
Log4net Dev
> > Nicko
> >
> >
> > [1] http://issues.apache.org/jira/browse/LOG4NET-67
> > [2] http://logging.apache.org/site/bylaws.html
> > [3]
> > http://incubator.apache.org/incubation/Incubation_Policy.html#Releases
> >
> >
> > Nicko Cadell
> > log4net development
> > http://logging.apache.org/log4net
> >
>
>
--
Niall Daley
Log4net Dev
[ 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
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
[ http://issues.apache.org/jira/browse/LOG4NET-22?page=all ]
Niall Daley resolved LOG4NET-22:
Fix Version: 1.2.10
Resolution: Fixed
Assign To: Niall Daley
By default characters that can not be specified in XML will now be masked by a
[ http://issues.apache.org/jira/browse/LOG4NET-44?page=all ]
Niall Daley resolved LOG4NET-44:
Resolution: Fixed
Node renamed to properties.
> XmlLayout emits all properties under a node named global-properties, rather
> than just prop
: Log4net
Type: Bug
Components: Core
Versions: 1.2.9
Reporter: Niall Daley
Assigned to: Niall Daley
Fix For: 1.2.10
The global-properties name is incorrect as all properties for the event are
included. The node name should be changed to properties.
--
This message
[ http://issues.apache.org/jira/browse/LOG4NET-43?page=all ]
Niall Daley resolved LOG4NET-43:
Resolution: Fixed
Fix checked in as 1.18
> Specifiying an emtpy string as a property in the config file results in an
>
Versions: 1.2.9
Reporter: Niall Daley
Assigned to: Niall Daley
Fix For: 1.2.10
Specifying an empty string as a property (either as or
) results in the following:
log4net:ERROR XmlHierarchyConfigurator: Failed to construct object of type
[System.String] Exception
t;
> > + ///
> >
> > public override void CloseFile()
> >
> > {
> >
> > //NOP
> >
> > }
> >
> >
> >
> > + ///
> >
> > + /// Aquire the lock on the file in
> > preparation for writing to it. Return a stream pointing to the file.
> >
> > + ///
> >
> > + /// A stream that is ready to
> > be written to.
> >
> > public override Stream AquireLock()
> >
> > {
> >
> > if (m_stream==null)
> >
> > @@ -313,6 +342,9 @@
> > return m_stream;
> >
> > }
> >
> >
> >
> > + ///
> >
> > + /// Release the lock on the file. No
> > further writes will be made to the stream until AquireLock is
> > called again.
> >
> > + ///
> >
> > public override void ReleaseLock()
> >
> > {
> >
> > m_stream.Close();
> >
> >
> >
> >
> >
>
--
Niall Daley
Log4net Dev
ere:
> http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10550
>
> Would you approve the setting up of a JIRA tracker for log4net issues?
>
> Nicko
>
>
> Nicko Cadell
> log4net dev
>
--
Niall Daley
Log4net Dev
ndidates.
>
> Nicko
>
>
> Nicko Cadell
> log4net dev
>
>
--
Niall Daley
Log4net Dev
Make sense?
>
> Has anybody done this?
> If not, if I do it will somebody commit it?
>
> Thanks,
> Dave
>
--
Niall Daley
Log4net Dev
18 matches
Mail list logo