Flags passed to the Fix property
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Mdc | 1 | Obsolete. Fix the MDC | |
| Ndc | 2 | Fix the NDC | |
| Message | 4 | Fix the rendered message | |
| ThreadName | 8 | Fix the thread name | |
| LocationInfo | 16 | Fix the callers location information | |
| UserName | 32 | Fix the callers windows user name | |
| Domain | 64 | Fix the domain friendly name | |
| Identity | 128 | Fix the callers principal name | |
| Exception | 256 | Fix the exception text | |
| Properties | 512 | Fix the event properties. Active properties must implement IFixingRequired in order to be eligible for fixing. | |
| None | 0 | No fields fixed | |
| All | 268435455 | All fields fixed | |
| Partial | 844 | Partial fields fixed |
Remarks
Flags passed to the Fix property
See Also