Click or drag to resize

AppDomainFixedOutputAttribute Class

Identifies that the output of layout or layout render does not change for the lifetime of the current appdomain.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    NLog.ConfigAppDomainFixedOutputAttribute

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
Syntax
public sealed class AppDomainFixedOutputAttribute : Attribute

The AppDomainFixedOutputAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAppDomainFixedOutputAttribute
Initializes a new instance of the AppDomainFixedOutputAttribute class
Top
Remarks
Implementors must have the [ThreadAgnostic] attribute A layout(renderer) could be converted to a literal when: - The layout and all layout properties are SimpleLayout or [AppDomainFixedOutput] Recommendation: Apply this attribute to a layout or layout-renderer which have the result only changes by properties of type Layout.
See Also