using System; namespace Implab.Diagnostics { /// /// Used to mark class which uses class to trace it's events /// [AttributeUsage(AttributeTargets.Class)] [Obsolete("Use TraceRegistry to monitor trace sources")] public class TraceSourceAttribute : Attribute { } }