Layout2RawLayoutAdapter Constructor 
      
     
    
       Construct a new adapter 
      
        [Visual Basic]
        Public Sub New( _
   ByVal 
layout As 
ILayout _
)
 
      
        [C#]
        public Layout2RawLayoutAdapter(   
ILayout layout);
 
      Parameters
      
        - 
          layout
        
- the layout to adapt
Remarks
             Create the adapter for the specified layout. 
            See Also
Layout2RawLayoutAdapter Class | log4net.Layout Namespace