NET Logging Library
ITarget Interface Members
Properties  Methods 

KellermanSoftware.NetLoggingLibrary.Targets Namespace : ITarget Interface

The following tables list the members exposed by ITarget.

Public Properties
 NameDescription
 Property Used internally for performance. Returns true if there is any filter defined for this target.  
 Property If null or empty, all assemblies will be logged. Specify a specific assembly to only log for that assembly. Can also specify a wildcard pattern.  
 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.  
 Property When logging the LogTime or the LastDate, this is the standard .NET Date Format String. The default is "g"  
 Property Count of how many items have been logged for this target  
 Property If null or empty, all machines will be logged. Specify a specific machine name to only log for a machine name. Can also specify a wildcard pattern.  
 Property What to output when a message is logged.  
 Property If null or empty, all methods will be logged. Specify a specific method name to only log for a method name. Can also specify a wildcard pattern.  
 Property The minimum logging level in which items will be logged to this target  
 Property The name of the logger  
 Property If null or empty, all namespaces will be logged. Specify a specific namespace to only log for a namespace. Can also specify a wildcard pattern.  
 Property If null or empty, all threads will be logged. Specify a specific thread name to only log for a thread name. Can also specify a wildcard pattern.  
 Property If null or empty, all users will be logged. Specify a specific user name to only log for a user name. Can also specify a wildcard pattern.  
Top
Public Methods
 NameDescription
 Method Clear the log for the target  
 Method Log a message to the target  
Top
See Also

Reference

ITarget Interface
KellermanSoftware.NetLoggingLibrary.Targets Namespace