RE: Weird idea for passing multiple Option values into PatternConverters

2005-10-07 Thread Nicko Cadell
that parsed the Option text and set the properties correctly. Thoughts? Nicko -Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: 06 October 2005 05:37 To: log4net-dev@logging.apache.org Subject: Weird idea for passing multiple Option values into PatternConverters

Weird idea for passing multiple Option values into PatternConverters

2005-10-05 Thread Ron Grabowski
Classes that extend PatternConverter expose the value passed into the pattern: %foo{valuePassedIntoThePattern} as a property called Option. If someone wants to pass in more than one value they are responsible for parsing the string using their own delimiters: