log4net SDK Reference

RawLayoutConverter Class

[This is preliminary documentation and subject to change.]

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

This type is not safe for multithreaded operations.

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