Click or drag to resize

LayoutRenderOptions Enumeration

Namespace:  NLog.Layouts
Assembly:  NLog (in NLog.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
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