NLog Logging Library

ConditionMethodFactory Members

ConditionMethodFactory overview

Public Static (Shared) Methods

AddConditionMethod Registers the specified condition method under a specified name.
AddConditionMethodsFromAssembly Scans the specified assembly for types marked with ConditionMethodsAttribute and adds them to the factory. Optionally it prepends the specified text to layout renderer names to avoid naming collisions.
Clear Removes all condition method information from the factory.
CreateConditionMethod Returns the MethodInfo for the specified condition method.

See Also

ConditionMethodFactory Class | NLog Namespace