log4net SDK Reference

XmlLayout.Prefix Property

The prefix to use for all element names

[Visual Basic]
Public Property Prefix As String
[C#]
public string Prefix {get; set;}

Remarks

The default prefix is log4net. Set this property to change the prefix. If the prefix is set to an empty string then no prefix will be written.

See Also

XmlLayout Class | log4net.Layout Namespace