Flags passed to the Fix property
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Flags passed to the Fix property
Member Name | Description | Value |
---|---|---|
Mdc | Obsolete.�
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 |
Namespace: log4net.Core
Assembly: log4net (in log4net.dll)