LogTargetOptions

Log target configuration.

Namespace:
Inetdev.Models
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object
Implements:
System.ComponentModel.INotifyPropertyChanged

Constructors

LogTargetOptions

Default constructor

Signature:
public Void LogTargetOptions()

Events

Type Name Summary
PropertyChangedEventHandler PropertyChanged Notify that a property was changed.

Properties

Category

Log entry category.

Signature:
public String Category { get; set; }

TraceTargets

A collection of trace target names.

Signature:
public ObservableCollection<String> TraceTargets { get; set; }