Name | Description | |
---|---|---|
![]() | AnyFilters | Used internally for performance. Returns true if there is any filter defined for this target. |
![]() | AssemblyNameFilter | 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. |
![]() | ClassNameFilter | 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. |
![]() | DateFormat | When logging the LogTime or the LastDate, this is the standard .NET Date Format String. The default is "g" |
![]() | LogCount | Count of how many items have been logged for this target |
![]() | MachineNameFilter | 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. |
![]() | MessageFormat | What to output when a message is logged. |
![]() | MethodNameFilter | 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. |
![]() | MinimumLevel | The minimum logging level in which items will be logged to this target |
![]() | Name | The name of the logger |
![]() | NamespaceFilter | 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. |
![]() | ThreadNameFilter | 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. |
![]() | UserNameFilter | 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. |