Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

FixFlags Enumeration

Flags passed to the Fix property

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual�Basic]
Public�Enum�FixFlags
[C#]
public�enum�FixFlags

Remarks

Flags passed to the Fix property

Members

Member NameDescriptionValue
MdcObsolete.Replaced by composite Properties
Fix the MDC
1
Ndc Fix the NDC 2
Message Fix the rendered message 4
ThreadName Fix the thread name 8
LocationInfo Fix the callers location information 16
UserName Fix the callers windows user name 32
Domain Fix the domain friendly name 64
Identity Fix the callers principal name 128
Exception Fix the exception text 256
Properties Fix the event properties. Active properties must implement IFixingRequired in order to be eligible for fixing. 512
None No fields fixed 0
All All fields fixed 268435455
Partial Partial fields fixed 844

Requirements

Namespace: log4net.Core

Assembly: log4net (in log4net.dll)

See Also

log4net.Core Namespace