NET Logging Library
AssemblyNameFilter Property (BaseTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > BaseTarget Class : AssemblyNameFilter Property
If specified, only log for a specific assembly name It is possible to use multiple assemblies delimited by a comma and the asterisk wildcard.
Syntax
Public Overridable Property AssemblyNameFilter As String
Dim instance As BaseTarget
Dim value As String
 
instance.AssemblyNameFilter = value
 
value = instance.AssemblyNameFilter
public virtual string AssemblyNameFilter {get; set;}
public:
virtual property String^ AssemblyNameFilter {
   String^ get();
   void set (    String^ value);
}
Example
Assembly2,Assembly3,Test*
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseTarget Class
BaseTarget Members