> > Random question, but is the "+" in "FileAppender+MinimalLock" some 
> > sort of special notation? Haven't seen this before...
> 
> The + notation is used to specify an inner class:
 
This is standard .NET behaviour as supported by the Type.GetType(String)
method.

Reply via email to