Click or drag to resize

LayoutRenderOptions Enumeration

Namespace:  NLog.Layouts
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
[FlagsAttribute]
public enum LayoutRenderOptions
Members
  Member nameValueDescription
None0 Default options
ThreadSafe1 Obsolete. Layout renderer method can handle concurrent threads
ThreadAgnostic3 Layout renderer method is agnostic to current thread context. This means it will render the same result independent of thread-context.
See Also