NET Logging Library
ClassNameFilter Property (ITarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > ITarget Interface : ClassNameFilter Property
If null or empty, all classes will be logged. Specify a specific class to only log for a class. Can also specify a wildcard pattern.
Syntax
Property ClassNameFilter As String
Dim instance As ITarget
Dim value As String
 
instance.ClassNameFilter = value
 
value = instance.ClassNameFilter
string ClassNameFilter {get; set;}
property String^ ClassNameFilter {
   String^ get();
   void set (    String^ value);
}
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

ITarget Interface
ITarget Members