Click or drag to resize

LayoutRenderOptions Enumeration

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