XmlLayoutPrefix Property Apache log4net™ SDK Documentation
The prefix to use for all element names

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public string Prefix { get; set; }

Property Value

Type: String
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

Reference