Re: [VOTE] Graduating the incubator

2007-02-11 Thread Niall Daley
+1 -- Niall Daley Log4net Dev

RE: Strong name private key policy

2006-06-21 Thread Niall Daley
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

Re: [VOTE] publish log4net 1.2.10 (rc2)

2006-04-03 Thread Niall Daley
-- > Nicko Cadell > log4net development > http://logging.apache.org/log4net > > -- Niall Daley Log4net Dev

Re: [VOTE] Abandon 1.2.10 and resolve LOG4NET-69 (was: [VOTE RESULT] (was: [VOTE] publish log4net 1.2.10))

2006-03-17 Thread Niall Daley
+1 -- Niall Daley Log4net Dev

Re: [VOTE] publish log4net 1.2.10

2006-03-15 Thread Niall Daley
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

Re: [VOTE] publish log4net 1.2.10

2006-03-08 Thread Niall Daley
+1 -- Niall Daley Log4net Dev

Re: [VOTE] publish log4net 1.2.10

2006-03-07 Thread Niall Daley
> > 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

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

2005-12-16 Thread Niall Daley (JIRA)
[ 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

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

2005-12-08 Thread Niall Daley (JIRA)
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

[jira] Resolved: (LOG4NET-22) XmlLayout allows output of invalid control characters

2005-08-24 Thread Niall Daley (JIRA)
[ 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

[jira] Resolved: (LOG4NET-44) XmlLayout emits all properties under a node named global-properties, rather than just properties.

2005-08-24 Thread Niall Daley (JIRA)
[ 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

[jira] Created: (LOG4NET-44) XmlLayout emits all properties under a node named global-properties, rather than just properties.

2005-08-23 Thread Niall Daley (JIRA)
: 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

[jira] Resolved: (LOG4NET-43) Specifiying an emtpy string as a property in the config file results in an error

2005-08-22 Thread Niall Daley (JIRA)
[ 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 >

[jira] Created: (LOG4NET-43) Specifiying an emtpy string as a property in the config file results in an error

2005-08-22 Thread Niall Daley (JIRA)
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

RE: FileAppender Locking

2005-03-15 Thread Niall Daley
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

Re: [POLL] Issue Tracking

2005-02-22 Thread Niall Daley
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

Re: [POLL] New Release 1.2.9 Beta

2005-02-22 Thread Niall Daley
ndidates. > > Nicko > > > Nicko Cadell > log4net dev > > -- Niall Daley Log4net Dev

Re: Parsing of log files from FileAppender/Supporting exceptions in the PatternLayout

2004-09-16 Thread Niall Daley
Make sense? > > Has anybody done this? > If not, if I do it will somebody commit it? > > Thanks, > Dave > -- Niall Daley Log4net Dev