log4net SDK Documentation - Microsoft .NET Framework 4.0

RawLayoutConverter Class

Type converter for the IRawLayout interface

For a list of all members of this type, see RawLayoutConverter Members.

System.Object
   log4net.Layout.RawLayoutConverter

[Visual Basic]
Public Class RawLayoutConverter
    Implements IConvertFrom
[C#]
public class RawLayoutConverter : IConvertFrom

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Used to convert objects to the IRawLayout interface. Supports converting from the ILayout interface to the IRawLayout interface using the Layout2RawLayoutAdapter.

Requirements

Namespace: log4net.Layout

Assembly: log4net (in log4net.dll)

See Also

RawLayoutConverter Members | log4net.Layout Namespace