LayoutRenderOptions Enumeration |
Namespace: NLog.Layouts
Member name | Value | Description | |
---|---|---|---|
None | 0 | Default options | |
ThreadSafe | 1 | Obsolete. Layout renderer method can handle concurrent threads | |
ThreadAgnostic | 3 | Layout renderer method is agnostic to current thread context. This means it will render the same result independent of thread-context. |